4170566618
For more information, see: http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html This is the initial port from api-site. The includes in source/v1/index.rst are alphabetized, but we may want to revisit that and reorder them according to importance. Change-Id: I6f578107e17d3a97e667f645a05493da12ae2048 Implements: blueprint api-doc-migration
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.
|
|
|