Fix api-ref for project tag create

Keystone currently returns a 201 with no body when creating a single
project tag by calling /v3/projects/{id}/tags/{value}, however the
current api documentation states that an array of tags is returned.

This is inconsistent with the current implementation which matches the
api-wg spec[0] for tags.

[0] https://specs.openstack.org/openstack/api-wg/guidelines/tags.html#addressing-individual-tags

Closes-Bug: #1756140

Change-Id: Ia15be1c79a6e8718b3613a16383ce0f5af839013
This commit is contained in:
Gage Hugo 2018-03-15 09:40:44 -05:00
parent 3c1270e306
commit d10bafeb04
1 changed files with 1 additions and 8 deletions

View File

@ -137,13 +137,6 @@ Parameters
Response
--------
Parameters
~~~~~~~~~~
.. rest_parameters:: parameters.yaml
- tags: response_body_project_tags_required
Status Codes
~~~~~~~~~~~~
@ -372,4 +365,4 @@ and “blue”:
.. code-block:: bash
GET /v3/projects?tags=foo,bar&tags-any=red,blue
GET /v3/projects?tags=foo,bar&tags-any=red,blue