From a51b2d7aa05953ce87bbd64b8e4e0fa591e43a56 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 14 Jun 2018 11:55:30 -0400 Subject: [PATCH] Fix code-block language This isn't json, it issues a warning and renders with no highlighting. Change-Id: Ia0c09e2b0012ddd13eeecc99ff371462a7092f09 --- specs/newton/discovering-system-capabilities.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/specs/newton/discovering-system-capabilities.rst b/specs/newton/discovering-system-capabilities.rst index 8b245eb0..5a6f414b 100644 --- a/specs/newton/discovering-system-capabilities.rst +++ b/specs/newton/discovering-system-capabilities.rst @@ -264,10 +264,7 @@ including the service itself. * General example: - .. code-block:: json - - GET /v3.x/{tenant_id}// - {some-resource-instance}/capabilities + ``GET /v3.x/{tenant_id}//{some-resource-instance}/capabilities`` Returns the set of capabilities of some-resource-instance.