Skip to content

Commit

Permalink
Merged in swagger-update (pull request #320)
Browse files Browse the repository at this point in the history
[SHIBUI-1261]

Approved-by: Ryan Mathis <rmathis@unicon.net>
Approved-by: Dmitriy Kopylenko <dkopylenko@unicon.net>
  • Loading branch information
Jonathan Johnson committed May 16, 2019
2 parents ff1d236 + 14071d8 commit 297bdc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 297bdc2

Please sign in to comment.