
Contains .inc files which have all the contents of the .rst files but are grouped together for easier editing. Contains parameters.yaml, which has all parameters in one file. Contains request and response samples (JSON and XML) that are pointed to from the .inc files. Change-Id: I42d5451300f95774a3ec4df66bc95cb36795844d
14 lines
434 B
ReStructuredText
14 lines
434 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
=======================
|
|
General API information
|
|
=======================
|
|
|
|
Authenticated calls that target a known URI but that use an HTTP
|
|
method that the implementation does not support return a ``405
|
|
Method Not Allowed`` error code. In addition, the HTTP ``OPTIONS``
|
|
method is supported for each known URI. In both cases, the
|
|
``Allow`` response header indicates the HTTP methods that are
|
|
supported for the resource.
|
|
|