Newest 'spring-restdocs' Questions - Stack Overflow Skip to main content About Products Stack Internal Stack Internal Implement a knowledge platform layer to power your enterprise and AI tools. Stack Data Licensing Get access to top-class technical expertise with trusted & attributed content. Stack Ads Connect your brand to the world’s most trusted technologist communities. Releases Keep up-to-date on features we add to Stack Overflow and Stack Internal. About the company Visit the blog s-popover#show" data-s-popover-placement="bottom-start" / Loading… Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company, and our products current community Stack Overflow help chat Meta Stack Overflow your communities Sign up or log in to customize your list. more stack exchange communities company blog Log in Sign up The 2026 Annual Developer Survey is live— take the Survey today! Home Questions AI Assist Tags Stack Overflow for Agents Challenges Chat Articles Users Companies Collectives Communities for your favorite technologies. Explore all Collectives Stack Internal Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work. Try for free Learn more Stack Internal Bring the best of human thought and AI automation together at your work. Learn more Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. Learn more about Collectives Stack Internal Knowledge at work Bring the best of human thought and AI automation together at your work. Explore Stack Internal 284 questions se-uql#toggleEditor" Newest Active Bountied Unanswered More Bountied 0 Unanswered Frequent Score Trending Week Month Unanswered (my tags) se-uql#focusFilterPanel" data-s-expandable-control-toggle-class="is-selected" data-se-uql-target="toggleFormButton" aria-expanded="false" aria-controls="uql-form" Filter Question list filters Filter by No answers No upvoted or accepted answers No Staging Ground Has bounty Days old Sorted by Newest Recent activity Highest score Most frequent Bounty ending soon Trending Most activity Tagged with My watched tags The following tags: Filter by Employee ID Apply filter Cancel Score of 0 0 votes 1 answer 1 answer 140 views 140 views Duplicate Content-Type header in Spring REST Docs using RestAssuredMockMvc I'm currently writing tests using RestAssuredMockMvc together with Spring REST Docs. Setup In my global spec setup, I configure the headers like this: package com.animore.config import com.fasterxml.... spring spock rest-assured spring-test spring-restdocs 오태현 3 reputation score 3 asked May 11, 2025 at 15:22 Score of 0 0 votes 0 answers 0 answers 93 views 93 views Modify request parameters with Spring Rest Docs 3.x? Spring Rest Docs 3.x removed the preprocessor to modify request parameters. In the release notes, it is unclear how to do it now. I would love to see an example of how it can be done now. Anybody has ... spring spring-restdocs Wim Deblauwe 27.4k reputation score 27379 asked Aug 29, 2024 at 9:08 Score of 1 1 vote 1 answer 1 answer 134 views 134 views How to use RestDocs with the new MockMvcTester API Is there a way to produce RestDocs with the new (since Boot 3.4) MockMvcTester API? (Not using plain MockMvc?) I did not find any API on the new fluent style MockMvcTester. assertThat( ... spring-restdocs Eiswind 151 reputation score 151 asked Aug 25, 2024 at 15:16 Score of 0 0 votes 1 answer 1 answer 195 views 195 views Spring RESTDocs Error: Query parameters with the following names were not found in the request I'm trying to document the API using Spring RESTDocs on Spring 3.3.2. However, the following error appears. Query parameters with the following names were not found in the request: [password, driverId,... spring-boot spring-3 spring-restdocs Soo-Bin Kong 1 reputation score 1 asked Aug 2, 2024 at 2:04 Score of 1 1 vote 0 answers 0 answers 150 views 150 views Is there a way to document multipart form data with id ‘com.epages.restdocs-api-spec’ version “0.18.2” library? I’m currently working on a Spring Boot project and I’m using the com.epages.restdocs-api-spec library version “0.18.2” to generate API documentation. However, I am having trouble documenting endpoints ... spring-boot spring-mvc swagger-ui spring-restdocs spring-mvc-test 김도연 11 reputation score 11 asked Jul 7, 2024 at 15:44 Score of 1 1 vote 1 answer 1 answer 49 views 49 views Facing issue with asciidoctor.jvm.convert 2.4.0 and spring docs 2.0.5 release Which is unable to load the child.html in the index html test { useJUnitPlatform() outputs.dir snippetsDir } asciidoctor { configurations "asciidoctorExtensions" inputs.dir snippetsDir dependsOn test doLast { copy{ from ("${asciidoctor.... spring-boot gradle asciidoc asciidoctor spring-restdocs Test Email 37 reputation score 37 asked May 29, 2024 at 16:18 Score of 1 1 vote 1 answer 1 answer 80 views 80 views Facing issue where i am unable to load the child.html in the index html with asciidoctor.jvm.convert 2.4.0 I am using spring docs 2.0.5 release version I am using gradle 8.6, and i refer to this example to configure asciidoctor -i refered below link https://github.com/spring-projects/spring-... spring-boot gradle asciidoc asciidoctor spring-restdocs Test Email 37 reputation score 37 asked May 24, 2024 at 15:40 Score of 0 0 votes 1 answer 1 answer 46 views 46 views issue while creating war using gradle 8.6 the public/docs folder is not getting created spring boot 2.7.6 having issue while creating war using asciidoctor.jvm.convert 2.4.0 and spring docs 2.0.5 test { useJUnitPlatform() outputs.dir snippetsDir } asciidoctor { configurations "... spring-boot gradle asciidoc asciidoctor spring-restdocs Test Email 37 reputation score 37 asked May 24, 2024 at 14:07 Score of 0 0 votes 1 answer 1 answer 283 views 283 views Generate ascii doc api documentation from spring rest docs using Spock I'm trying to write Spock test cases for my Spring Boot application (version: 2.7.5), and I want to generate AsciiDoc documentation using Spring REST Docs. Can someone provide a sample working code ... spring-boot groovy spock asciidoc spring-restdocs vamsi 25 reputation score 25 asked May 3, 2024 at 11:30 Score of 0 0 votes 0 answers 0 answers 545 views 545 views restDocs requestParameters cannot find import static org.springframework.restdocs.request.RequestDocumentation.requestParameters; User java: cannot find symbol symbol: static requestParameters location: class org.springframework.... spring-data-jpa junit4 spring-restdocs daoony 11 reputation score 11 asked Mar 6, 2024 at 5:25 Score of 0 0 votes 0 answers 0 answers 135 views 135 views Handling Null ID in Spring Boot JPA Entity when Writing Spring REST Docs Tests I'm currently working with Spring Boot and JPA, and I'm using the @Builder pattern for my entity classes. For my primary key field id, I'm using @Id and @GeneratedValue(strategy = GenerationType.... spring-boot unit-testing jpa spring-restdocs MINU 1 reputation score 1 asked Jan 20, 2024 at 7:02 Score of 0 0 votes 1 answer 1 answer 75 views 75 views Matching json values in an array using spring restdocs in random order I am using Spring RestDocs to validate my REST APIs. One API is returning an array of generated values based on some input. I want to verify that the generated values in the response are correct. A ... json spring rest jsonpath spring-restdocs Arc-E-Tect 175 reputation score 175 asked Nov 14, 2023 at 19:48 Score of 1 1 vote 1 answer 1 answer 154 views 154 views How can I fix a RestDocumentationGenerationException: java.io.FileNotFoundException: /curl-request.adoc (Read-only file system) in my Spring Boot app? Would you believe googling this returned a whopping two results! I'm trying to use Spring REST Docs (spring-restdocs-mockmvc) to generate API documentation for my service. Running on a macbook pro ... java spring-boot spring-test spring-restdocs mal 3,302 reputation score 3302 asked Oct 17, 2023 at 8:30 Score of 0 0 votes 0 answers 0 answers 41 views 41 views Start spring-restdocs locally I want to run this project locally: https://github.com/spring-projects/spring-restdocs I cloned the project locally and I run ./gradlew asciidoctor successfully. But now how I can run the project ... gradle springdoc spring-restdocs Peter Penzov 1,268 reputation score 1268 asked Oct 9, 2023 at 14:55 Score of 0 0 votes 0 answers 0 answers 565 views 565 views I don't know if MockMvc is not autowired when writing test code using spring rest docs I tried to write a test code using 'rest docs' in Spring Boot with kotlin. I am having an issue with injecting MockMvc to my test class. No qualifying bean of type Shouldn't @AutoConfigureMockMvc, @... spring-boot autowired spring-restdocs kotest rwabe213 1 reputation score 1 asked Jul 24, 2023 at 12:59 Score of 1 1 vote 1 answer 1 answer 1588 views 2k views Spring Boot 3 with RESTDOCS I was using spring-restdocs with SB2.7.9 Now we migrated to SB3.0.6. I am using gradle plugin (kotlin DSL) id("org.asciidoctor.jvm.convert") version "3.3.2" Libraries are versions: ... spring-boot spring-restdocs Gondri 173 reputation score 173 asked Jun 6, 2023 at 11:06 Score of 0 0 votes 2 answers 2 answers 290 views 290 views mockMVC test code I wrote call other controller's api (maybe) First I ask for your understanding of my poor eng. I'm writing test code for make api specification by Spring Rest Docs library. plugins { id 'java' id 'org.springframework.boot' version '2.7.... java spring-boot spring-restdocs Chanmi 1 reputation score 1 asked May 16, 2023 at 16:16 Score of 0 0 votes 1 answer 1 answer 684 views 684 views Spring REST Docs: how to documentation multipart form list parameter? How to documentation form list parameter? Controller @PostMapping("/sample") public void post(@ModelAttribute PostRequest request) { // ... } @Data public static class PostRequest { ... java spring-boot multipartform-data spring-restdocs LuxusIo 5 reputation score 5 asked Mar 22, 2023 at 14:19 Score of 2 2 votes 1 answer 1 answer 486 views 486 views Adding extra information in Spring Rest-Docs using Attributes failing I'm generating documentation for APIs that are written in Python. I am using Spring Rest-Docs for this which works flawless. Now I must add a list of roles that are authorized to call the API to each ... mustache asciidoc spring-restdocs Arc-E-Tect 175 reputation score 175 asked Feb 24, 2023 at 20:15 Score of 1 1 vote 1 answer 1 answer 6298 views 6k views How to load openapi local files into swagger on localhost? (Files generated by restdocs) I have my api documentation generated by restdocs through unit tests. Although it works fine for most of my needs, I'm still lacking a bit of the nice swagger features, so I was trying to have the ... java spring-boot swagger springdoc spring-restdocs Francislainy Campos 4,296 reputation score 4296 asked Jan 29, 2023 at 7:32 Score of 0 0 votes 1 answer 1 answer 357 views 357 views Spring REST Docs - Add p12 certificate in Curl Snippet I am using MockMVC and Spring REST docs and am trying to generate a curl snippet that has the certificate in it. I imagine the certificate portion of the curl statement should look something like: --... spring-boot x509 mockmvc spring-restdocs p12 rr_nm 46 reputation score 46 asked Nov 17, 2022 at 1:44 Score of 1 1 vote 1 answer 1 answer 325 views 325 views Best practice to send the input request to POST endpoint Iam creating a POST endpoint named /transactions which should accept the below input. What is the best practice to send the input request like the below? Should i use a request body or a input stream ... spring-boot rest spring-restcontroller spring-restdocs spring-resttemplate chetan 55 reputation score 55 asked Aug 26, 2022 at 10:44 Score of 0 0 votes 1 answer 1 answer 335 views 335 views Is there any solution for converting openapi3 to Restdocs(adoc)? I could convert openapi2 to adoc with Swagger2Markup, but it support only openapi2, not 3. https://github.com/Swagger2Markup/swagger2markup/issues and I read some issues on it, and i guess it still ... openapi spring-restdocs tofan 17 reputation score 17 asked Jul 8, 2022 at 7:29 Score of 2 2 votes 2 answers 2 answers 847 views 847 views Spring boot document configuration properties I'm trying to automatically document my configuration properties in order to create a html like the one on spring boot appendix for it's configuration. I see that I can enable configuration metadata ... java spring spring-boot spring-restdocs Luca 351 reputation score 351 asked Apr 12, 2022 at 14:30 Score of 0 0 votes 1 answer 1 answer 228 views 228 views How to authenticate with a bearer token when using Spring Rest Docs Can I use Spring RestDocs to document APIs when the authorization mode is bearer? A pointer to a simple example would be appreciated, it doesn't seem the be available on the Spring RestDocs pages. ... spring-restdocs Arc-E-Tect 175 reputation score 175 asked Apr 11, 2022 at 19:39 Score of 0 0 votes 0 answers 0 answers 372 views 372 views Is there any way to mask body content in Spring Rest Docs? I am using JWT authentication with Spring Security, where authentication requests have to contain the username and password in their body. I do not want the credentials I use in the test to be ... spring spring-boot junit spring-restdocs Drason 51 reputation score 51 asked Apr 11, 2022 at 15:07 Score of 0 0 votes 0 answers 0 answers 111 views 111 views how can I specify that an input parameter depends on another parameter In my Rest Service i could have request country parameter by two way On in subOject from main User Object and an other way friendly is country code in String Could i in Spring RestsDocs says if ... java spring rest parameters spring-restdocs phil pcs 1 reputation score 1 asked Apr 4, 2022 at 14:32 Score of 1 1 vote 1 answer 1 answer 354 views 354 views [spring-rest-docs]: Problem documenting a Map<Object, Set<Object>> I have a hard time trying to document the following: { "virtualFaxPermissions" : { "SOME_RANDOM_UUID" : [ "SOME_SPECIFIC_PERMISSION" ] } } I have tried to put a ... spring-restdocs Dave 95 reputation score 95 asked Mar 30, 2022 at 14:24 Score of 0 0 votes 0 answers 0 answers 175 views 175 views Open webpages generated by restdocs I want to display static pages using Spring Boot. I tried this configuration: plugins { id "java" id "org.asciidoctor.jvm.convert" version "3.3.2" } repositories ... spring spring-boot asciidoc spring-restdocs Peter Penzov 1,268 reputation score 1268 asked Feb 12, 2022 at 15:25 Score of 4 4 votes 1 answer 1 answer 7290 views 7k views Springdoc with a generic return type I have a custom Page to return when the user does a query with a Pageable. This Page has a generic parameter and I want to specify it in my Swagger documentation. Here is the current result: Where ... java swagger spring-restdocs springdoc Oromis 316 reputation score 316 asked Jan 16, 2022 at 17:03 Score of 0 0 votes 1 answer 1 answer 424 views 424 views How to document a Map with Enum as key entry? I am doing documentation for a REST service that returns this kind of JSON: { "CKM_RSA_PKCS_OAEP" : { "keyType" : "RSA", "canGenerateKey" : false, ... enums spring-restdocs 3ric-T 51 reputation score 51 asked Dec 15, 2021 at 18:15 Score of 0 0 votes 1 answer 1 answer 1514 views 2k views How to document path parameters both in the uri and in the query string? In a JUnit 5 test, I'm trying to document my Spring Boot application API with the following: (...) this.webTestClient = WebTestClient.bindToApplicationContext(applicationContext) .... spring spring-restdocs 3ric-T 51 reputation score 51 asked Dec 15, 2021 at 13:22 Score of 0 0 votes 1 answer 1 answer 703 views 703 views Rest doc for PUT request with request param but without request body setting content type as form url encoded I have noticed that rest doc (HttpRequestSnippet.java) is setting APPLICATION_FORM_URLENCODED_VALUE as content type for PUT with request parameter and without request body. This should be corrected, ... spring-boot spring-mvc spring-restdocs Venkat Bontha 13 reputation score 13 asked Nov 18, 2021 at 10:59 Score of 1 1 vote 2 answers 2 answers 615 views 615 views Specify custom snippet directory for spring-restdocs-asciidoctor? I have configured a custom snippet directory with RestDocumentationExtension. How can I specify this snippet directory for the spring-restdocs-asciidoctor? spring asciidoctor spring-restdocs Harold L. Brown 10.4k reputation score 10422 asked Oct 20, 2021 at 7:37 Score of 0 0 votes 1 answer 1 answer 226 views 226 views Creating snippet for shared model Is it possible to generate snippet for a nested bean shared between different response structures ? Address model class Address { String state; Integer postcode; } Response from endpoint 1 (R1) { ... spring-restdocs Hasnain 2,079 reputation score 2079 asked Aug 8, 2021 at 9:21 Score of 7 7 votes 1 answer 1 answer 3213 views 3k views Configuring asciidoctor when using Spring Restdoc I'm adopting Spring Rest Docs and the test successfully created *.adoc files. I made api-guide.doc file in src/docs/asciidoc directory to create html, but when I run asciidoc as a gradle task, it ... spring-boot asciidoctor spring-restdocs pepsi 321 reputation score 321 asked Jul 27, 2021 at 6:12 Score of 0 0 votes 1 answer 1 answer 292 views 292 views Can we Document Model/entity with using Spring rest docs Writing all fields with the snippets description is not reliable solution is there any way to implement Model/Entity as a table with the fields and description, constraints, Type seprately. ... spring spring-boot parameters mockmvc spring-restdocs Saurabh Kohade 55 reputation score 55 asked Jun 15, 2021 at 12:20 Score of 0 0 votes 1 answer 1 answer 785 views 785 views How to convert generated-snippets .adoc files to html in src/docs/asciidoc using gradle project I am facing the issue while working with the asciidoc for my spring rest docs implemetation my adoc files as per my test cases is created in build/generated-snippets. I am having issue with creating ... spring-boot gradle gradle-plugin asciidoc spring-restdocs Saurabh Kohade 55 reputation score 55 asked Jun 8, 2021 at 17:42 Score of 0 0 votes 2 answers 2 answers 773 views 773 views How to Disable Spring Rest Docs PROBLEM I use Spring Rest Docs in my project. It is useful at development stage, but i don't want it to be available for ordinary users and search engines in production. RESEARCH I see no robot meta ... java spring-boot spring-restdocs Zon 20.1k reputation score 20082 asked May 6, 2021 at 18:05 Score of 0 0 votes 1 answer 1 answer 175 views 175 views How i can document inner collection constraints in spring auto restdocs I'm trying to document inner constraint for Collections (NotBlank and Size) like: @Valid private List<@NotBlank @Size(min = 1, max = 100) String> someAnotherUsefulInformationList; Can I do ... spring-restdocs spring-auto-restdocs Grigorii Riabov 215 reputation score 215 asked Apr 15, 2021 at 7:36 Score of 0 0 votes 1 answer 1 answer 1604 views 2k views Spring AutoConfigureRestDocs additional configuration I am generating documentation using Spring REST docs and I am using the new annotation @AutoConfigureRestDocs instead of explicitly defining in the @BeforeEach method. The below test is currently ... spring spring-boot spring-restdocs ashley 1,038 reputation score 1038 asked Apr 4, 2021 at 14:22 Score of 3 3 votes 1 answer 1 answer 2301 views 2k views How to collapse TOC(table of contents) in spring RestDoc (asciidoc)? I had used SpringRestDoc and want to collapse Table of Contents. Below my index.adoc = Service Rest Docs API Document :doctype: book :icons: font :source-highlighter: highlightjs :toc2: left :theme: ... spring-boot asciidoc spring-restdocs bbuljj 113 reputation score 113 asked Mar 16, 2021 at 8:52 Score of 0 0 votes 1 answer 1 answer 1262 views 1k views When using spring rest docs, how do I make a newline in the description? I tried \n or br tag to make a newline, but it doesn't work. requestParameters( parameterWithName("name").description("This is the description <br/> in the table.&... spring spring-restdocs Nick 265 reputation score 265 asked Feb 28, 2021 at 4:08 Score of 0 0 votes 1 answer 1 answer 1457 views 1k views Optional on response FieldDescriptor not working as expected I'm having trouble documenting optional response fields with Spring Docs. My test code: mockMvc.perform(get("/foo").accept(MediaType.APPLICATION_JSON)) .andExpect(status().isOk()) ... spring-restdocs user871611 3,494 reputation score 3494 asked Feb 8, 2021 at 13:37 Score of 1 1 vote 2 answers 2 answers 2533 views 3k views Spring webflux testing I have a Spring webflux application with the service below. @Configuration public class RouterConfiguration { @Autowired private RegistrationHandler regHandler; @Bean public ... spring-webflux spring-test spring-restdocs user1578872 9,388 reputation score 9388 asked Feb 2, 2021 at 16:17 Score of 0 0 votes 1 answer 1 answer 908 views 908 views Spring webflux restdocs - By passing security for test cases I am using Spring webflux security for my application and trying to write Spring webflux restdocs. Getting unauthorized error for test cases. Is there anyway to by pass security for rest doc test ... spring-webflux spring-restdocs user1578872 9,388 reputation score 9388 asked Feb 2, 2021 at 5:13 Score of 0 0 votes 1 answer 1 answer 1129 views 1k views Spring Rest Doc (Gradle) Snippets disappear upon build Recently switch to Gradle from Maven. Following this tutorial for continuous REST Doc build with Gradle. https://www.youtube.com/watch?v=k5ncCJBarRI&t=1490s Snippets are generating just fine when ... spring-restdocs Eric Huang 1,264 reputation score 1264 asked Feb 1, 2021 at 20:37 Score of 0 0 votes 1 answer 1 answer 546 views 546 views Spring REST Docs + RequestBody + Prevent deep-level documentation of fields i have problems with Spring REST Docs and preventing deep-level documentation of fields within a request body: @Transactional @RequestMapping(path = "/edit", method = RequestMethod.POST) ... java spring documentation spring-restdocs spring-auto-restdocs alex_steward 5 reputation score 5 asked Jan 28, 2021 at 8:07 Score of 0 0 votes 0 answers 0 answers 1371 views 1k views Spring rest docs request url shows value for path parameter instead of the parameter name I use spring rest docs to document my api. Now I want to document my document my path in the form of .../accounts/{userId} but I get .../accounts/123 The test part look as follows: mockMvc.perform(... spring-restdocs spring-auto-restdocs FishingIsLife 2,412 reputation score 2412 asked Jan 7, 2021 at 12:39 Score of 2 2 votes 1 answer 1 answer 318 views 318 views Integration tests create files for the packaged jar I'm generating spring-restdocs snippets with rest assured in my integration tests. With maven and the failsafe plugin that defaults to the integration-test and verify phase. Problem is, that ... maven asciidoctor spring-restdocs Simon Lenz 2,852 reputation score 2852 asked Dec 27, 2020 at 19:03 1 2 3 4 5 6 Next Try Stack Overflow for Agents Verified knowledge for the agentic era Paste this into your AI coding assistant: Help me join Stack Overflow for Agents here. Read https://agents.stackoverflow.com/skill.md, then start onboarding. Supports Claude Code, Cursor, Codex, Windsurf and more. Explore Stack Overflow for Agents The Overflow Blog Developers who move fast still need to do it... Featured on Meta Partnering with Communities to Modernize Policies & Norms Policy: Generative AI (e.g., ChatGPT) is banned The 2026 Developer Survey is Live Looking ahead, starting conversations, and seizing the moment Next steps for open-ended questions Hot Network Questions How many quantum gates in a gate set need to be universal in terms of a qudit? "He almost would have died of the plague" is awkward, right? Calculating 32-bit CRC for png Matt 3:5-6 So... How many people were baptized? How many people is "All"? Some, most, or all except explicit biblical exceptions? how to get rope to stay tight Short story about using drugged mink brain waves broadcast into space to deter alien invaders What CP/M applications could actually use CP/M 3's bank switching? Short story about temporary implanted memories or personalities in androids あれ being used as 彼? Conclusions of hypothesis tests (without mentioning p-values) Why did the Amiga 2000 not populate all four 16-bit ISA card connectors on the motherboard? Orange tree planted in clay soil/sandstone Are there any theories of history that assign (deterministically and necessarily) a "great historical role" to certain people? What are the "dope checks" mentioned in USA Fair Labor law? How do I use a credit card without paying an interest? string_builder.h - a tiny C library for building strings Translational invariance implies a product state? What is the manufacturing process being shown here? Does Hallow: Silence option works like a soundproof dome or more like the Silence spell? How are PipeWire modules supposed to work? GDPR - Should preferences of a mobile app be considered as personal data? Google Earth GPG error NO_PUBKEY 32EE5355A6BC6E42 on Ubuntu 24.04 What is the term for the rearmost window on an SUV with this window layout? Should I be open about my opinion of academia with an advisee? more hot questions Newest spring-restdocs questions feed Subscribe to RSS Newest spring-restdocs questions feed To subscribe to this RSS feed, copy and paste this URL into your RSS reader. Stack Overflow Questions Help Chat Business Stack Internal Stack Data Licensing Stack Ads Company About Press Work Here Legal Privacy Policy Terms of Service Contact Us cookie-settings#toggle" class="s-btn s-btn__link py4 js-gps-track -link" data-gps-track="footer.click({ location: 5, link: 38 })" data-consent-popup-loader="footer" Your Privacy Choices Cookie Policy Stack Exchange Network Technology Culture & recreation Life & arts Science Professional Business API Data Blog Facebook Twitter LinkedIn Instagram Site design / logo © 2026 Stack Exchange Inc; user contributions licensed under CC BY-SA . rev 2026.7.20.44457