diff --git a/openapi.yaml b/openapi.yaml index fe5b9f7..f015661 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -851,6 +851,10 @@ paths: type: integer format: int32 example: 1637770053 + tags: + type: array + items: + type: string responses: '200': description: 'The created project photo' @@ -1062,7 +1066,7 @@ paths: properties: notepad: type: string - example: "An updated dexcription of the project" + example: "An updated description of the project" responses: '201': description: 'The project notepad'