From 14071d85e26d4e75d79413088dcfecd164431356 Mon Sep 17 00:00:00 2001 From: Jj! Date: Thu, 16 May 2019 10:17:57 -0500 Subject: [PATCH] [SHIBUI-1261] update documentation --- docs/swagger.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 0ce72540e..0022b801c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -158,7 +158,7 @@ paths: in: path description: versionId of a version of the EntityDescriptor required: true - type: integer + type: string responses: '200': description: OK @@ -443,7 +443,7 @@ paths: in: path description: versionId of a version of the EntityDescriptor required: true - type: integer + type: string responses: '200': description: OK @@ -562,7 +562,7 @@ paths: in: path description: versionId of a version of the MetadataResolver required: true - type: integer + type: string responses: '200': description: OK @@ -1288,8 +1288,8 @@ definitions: type: object properties: id: - type: integer - description: identifier for this particular version of the object. Note that this is not guaranteed to be sequential. + type: string + description: identifier for this particular version of the object. Note that this is not guaranteed to be sequential if it is an integer string. creator: type: string description: identifier of the user that created this particular version of the object