python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add Location Header in response body on go-restful plugin
I cannot add documentation on response header and generate this schema by using go-restful :
I want response body on schema to be like this:
"responses": {
"302": {
"des...
anurjalal
Votes: 0
Answers: 0
Using Response Headers in First Response for Request Headers in Second Request
I'm migrating from postman to rspec/rswag for API documentation and testing.
I can get a simple example working that requires no auth, but for endpoints that require a login I'm unsure how to proceed....
atg
Votes: 0
Answers: 0
Structural error property type should be equal to one of the allowed values allowedValues: string, number, boolean, integer, array in Swagger editor
I'm using springfox 2.9.2 and want test my swagger JSON as YAML in https://editor.swagger.io/
I have property with @ApiParam annotation type: object
@ApiParam(value = "metadata file")
prote...
Chavi Levy
Votes: 0
Answers: 2
Swagger 2.0 x-www-form-urlencoded
I would like to define an endpoint using swagger 2.0 that consumes application/x-www-form-urlencoded .
The passed parameters can have different names and be of different types.
How should I define th...
lucek091
Votes: 0
Answers: 0