From 7d8f871d65af4e728f7dd3f5f1e6fbaf52576cb7 Mon Sep 17 00:00:00 2001 From: Hugo Arregui Date: Fri, 5 May 2023 15:59:07 -0300 Subject: [PATCH] chore: 500 is not an expected response of deploy entity (#89) 500 is not an expected response of deploy entity --- openapi/paths/content/content@entities.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/openapi/paths/content/content@entities.yaml b/openapi/paths/content/content@entities.yaml index 41e3d67..0f0631b 100644 --- a/openapi/paths/content/content@entities.yaml +++ b/openapi/paths/content/content@entities.yaml @@ -3,7 +3,7 @@ post: summary: Deploys an entity tags: - Content Server - description: >- + description: >- Deploys an entity in the content server. This request must contain a file with the entity itself and also the files associated with it, such as 3D models, as well as information about the entity and requester. This request will succeed only if the hash of the entity file matches the entityId and also @@ -41,8 +41,8 @@ post: schema: type: object required: ['creationTimestamp'] - properties: - creationTimestamp: + properties: + creationTimestamp: type: number example: creationTimestamp: 1628607669304 @@ -61,8 +61,3 @@ post: type: array items: type: string - '500': - description: >- - Internal Server Error. Returns the error object with the list of errors - from the server response. - \ No newline at end of file