Skip to content

Commit

Permalink
chore: 500 is not an expected response of deploy entity (#89)
Browse files Browse the repository at this point in the history
500 is not an expected response of deploy entity
  • Loading branch information
Hugo Arregui authored May 5, 2023
1 parent 407aea3 commit 7d8f871
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions openapi/paths/content/content@entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -41,8 +41,8 @@ post:
schema:
type: object
required: ['creationTimestamp']
properties:
creationTimestamp:
properties:
creationTimestamp:
type: number
example:
creationTimestamp: 1628607669304
Expand All @@ -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.

0 comments on commit 7d8f871

Please sign in to comment.