Skip to content

Commit

Permalink
Add tags to photo upload body
Browse files Browse the repository at this point in the history
  • Loading branch information
groovestation31785 committed Apr 17, 2024
1 parent d988e50 commit ecd2b91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,10 @@ paths:
type: integer
format: int32
example: 1637770053
tags:
type: array
items:
type: string
responses:
'200':
description: 'The created project photo'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit ecd2b91

Please sign in to comment.