mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Update explicit_server_in_path.json
This commit is contained in:
@@ -451,6 +451,67 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/auth/schema#delete": {
|
||||
"delete": {
|
||||
"operationId": "put_schema",
|
||||
"summary": "Fragment url no servers",
|
||||
"description": "Authorize a user.",
|
||||
"tags": [
|
||||
"Authorization"
|
||||
],
|
||||
"security": [],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "response_type",
|
||||
"description": "The type of response we'd like to receive.",
|
||||
"in": "query",
|
||||
"example": "code",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "token",
|
||||
"enum": [
|
||||
"code"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "client_id",
|
||||
"description": "The Client ID.",
|
||||
"in": "query",
|
||||
"example": "ly1nj6n11vionaie65emwzk575hnnmrk",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Does not return any data, but rather should be used in the browser.",
|
||||
"content": {
|
||||
"text/html": {
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "html"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "Does not return any data, but rather should be used in the browser.",
|
||||
"content": {
|
||||
"text/html": {
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"format": "html"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
||||
Reference in New Issue
Block a user