Skip to content

Commit

Permalink
Merge pull request #24 from CompanyCam/feature/fix_inconsistencies
Browse files Browse the repository at this point in the history
Fix inconsistencies with wording and http status codes
  • Loading branch information
groovestation31785 authored Apr 26, 2024
2 parents a498a5a + c20db6c commit f70275f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ paths:
password:
type: string
responses:
"200":
"201":
description: "The created user"
content:
application/json:
Expand Down Expand Up @@ -890,7 +890,7 @@ paths:
items:
type: string
responses:
"200":
"201":
description: "The created project photo"
content:
application/json:
Expand Down Expand Up @@ -1394,7 +1394,7 @@ paths:
type: string
responses:
"201":
description: "The created project label"
description: "The created project label(s)"
content:
application/json:
schema:
Expand Down Expand Up @@ -2183,7 +2183,7 @@ paths:
type: string
responses:
"201":
description: "The created project tag"
description: "The created photo tag(s)"
content:
application/json:
schema:
Expand Down Expand Up @@ -2398,7 +2398,7 @@ paths:
type: string
responses:
"201":
description: "The created project tag"
description: "The created photo tag(s)"
content:
application/json:
schema:
Expand Down

0 comments on commit f70275f

Please sign in to comment.