comparison yaml/nginx_api.yaml @ 2500:8a9b2efa92aa

Documented the "Method disabled" error in the API.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 12 Feb 2020 15:10:47 +0000
parents 20dbb29cbe05
children 2b494b8ff72d
comparison
equal deleted inserted replaced
2499:20dbb29cbe05 2500:8a9b2efa92aa
116 description: Success 116 description: Success
117 '404': 117 '404':
118 description: Unknown version (*UnknownVersion*) 118 description: Unknown version (*UnknownVersion*)
119 schema: 119 schema:
120 $ref: '#/definitions/NginxError' 120 $ref: '#/definitions/NginxError'
121 '405':
122 description: Method disabled (*MethodDisabled*)
123 schema:
124 $ref: '#/definitions/NginxError'
121 /connections: 125 /connections:
122 get: 126 get:
123 tags: 127 tags:
124 - Connections 128 - Connections
125 - Method GET 129 - Method GET
153 responses: 157 responses:
154 '204': 158 '204':
155 description: Success 159 description: Success
156 '404': 160 '404':
157 description: Unknown version (*UnknownVersion*) 161 description: Unknown version (*UnknownVersion*)
162 schema:
163 $ref: '#/definitions/NginxError'
164 '405':
165 description: Method disabled (*MethodDisabled*)
158 schema: 166 schema:
159 $ref: '#/definitions/NginxError' 167 $ref: '#/definitions/NginxError'
160 /slabs/: 168 /slabs/:
161 get: 169 get:
162 tags: 170 tags:
2070 responses: 2078 responses:
2071 '204': 2079 '204':
2072 description: Success 2080 description: Success
2073 '404': 2081 '404':
2074 description: Unknown version (*UnknownVersion*) 2082 description: Unknown version (*UnknownVersion*)
2083 schema:
2084 $ref: '#/definitions/NginxError'
2085 '405':
2086 description: Method disabled (*MethodDisabled*)
2075 schema: 2087 schema:
2076 $ref: '#/definitions/NginxError' 2088 $ref: '#/definitions/NginxError'
2077 ### 2089 ###
2078 ###DEFINITIONS 2090 ###DEFINITIONS
2079 ### 2091 ###