Loading API/openapi.yaml +15 −4 Original line number Diff line number Diff line Loading @@ -33,11 +33,22 @@ paths: description: OK, world storage alive. /admin: get: summary: Get the version of the API. summary: Get the state of the server. operationId: getAdmin responses: '200': description: OK, world storage server ready. content: text/plain: schema: type: string /version: get: summary: Get the version of the ARF API. operationId: getVersion responses: '200': description: OK, world storage ready. description: Current version. content: text/plain: schema: Loading Loading @@ -505,7 +516,7 @@ components: linkSize: $ref: '#/components/schemas/Size' keyvalueTags: description: List of additional parameters to be stored description: List of additional parameters to be stored. $ref: '#/components/schemas/KeyvalueTagList' example: { "LinkType" : ["Hierarchy"]} Loading Loading @@ -589,7 +600,7 @@ components: example: [1,5,0] KeyvalueTagList: description: List of additional parameters to be stored with the trackable. description: List of additional parameters to be stored with the object. type: object additionalProperties: type: array Loading Loading
API/openapi.yaml +15 −4 Original line number Diff line number Diff line Loading @@ -33,11 +33,22 @@ paths: description: OK, world storage alive. /admin: get: summary: Get the version of the API. summary: Get the state of the server. operationId: getAdmin responses: '200': description: OK, world storage server ready. content: text/plain: schema: type: string /version: get: summary: Get the version of the ARF API. operationId: getVersion responses: '200': description: OK, world storage ready. description: Current version. content: text/plain: schema: Loading Loading @@ -505,7 +516,7 @@ components: linkSize: $ref: '#/components/schemas/Size' keyvalueTags: description: List of additional parameters to be stored description: List of additional parameters to be stored. $ref: '#/components/schemas/KeyvalueTagList' example: { "LinkType" : ["Hierarchy"]} Loading Loading @@ -589,7 +600,7 @@ components: example: [1,5,0] KeyvalueTagList: description: List of additional parameters to be stored with the trackable. description: List of additional parameters to be stored with the object. type: object additionalProperties: type: array Loading