Fix code-block language

This isn't json, it issues a warning and renders
with no highlighting.

Change-Id: Ia0c09e2b0012ddd13eeecc99ff371462a7092f09
This commit is contained in:
Eric Harney 2018-06-14 11:55:30 -04:00 committed by David Rabel
parent a810133479
commit a51b2d7aa0
1 changed files with 1 additions and 4 deletions

View File

@ -264,10 +264,7 @@ including the service itself.
* General example:
.. code-block:: json
GET /v3.x/{tenant_id}/<some-resource-collection>/
{some-resource-instance}/capabilities
``GET /v3.x/{tenant_id}/<some-resource-collection>/{some-resource-instance}/capabilities``
Returns the set of capabilities of some-resource-instance.