Skip to content

Commit

Permalink
fix: Tidy up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Sep 27, 2023
1 parent a8a3347 commit 40ed87d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions api.planx.uk/modules/team/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ paths:
summary: Add user to team, and assign them a role
description: "Requires authentication via a Cloudflare WARP client
\n\n
Please login at [https://api.editor.planx.uk/team](https://api.editor.planx.uk/team){:target='_blank'}"
Please login at [https://api.editor.planx.uk/team](https://api.editor.planx.uk/team)"
tags: ["team"]
parameters:
- $ref: "#/components/parameters/teamSlug"
Expand All @@ -48,7 +48,7 @@ paths:
summary: Change role of an existing team member
description: "Requires authentication via a Cloudflare WARP client
\n\n
Please login at [https://api.editor.planx.uk/team](https://api.editor.planx.uk/team){:target='_blank'}"
Please login at [https://api.editor.planx.uk/team](https://api.editor.planx.uk/team)"
tags: ["team"]
parameters:
- $ref: "#/components/parameters/teamSlug"
Expand All @@ -68,7 +68,7 @@ paths:
summary: Remover user from team
description: "Requires authentication via a Cloudflare WARP client
\n\n
Please login at [https://api.editor.planx.uk/team](https://api.editor.planx.uk/team){:target='_blank'}"
Please login at [https://api.editor.planx.uk/team](https://api.editor.planx.uk/team)"
tags: ["team"]
parameters:
- $ref: "#/components/parameters/teamSlug"
Expand Down
2 changes: 1 addition & 1 deletion api.planx.uk/modules/user/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ components:
paths:
/user:
put:
summary: Create a new user, and optionally assign them to teams
summary: Create a new user
description: "Requires authentication via a Cloudflare WARP client
\n\n
Please login at [https://api.editor.planx.uk/user](https://api.editor.planx.uk/user)"
Expand Down

0 comments on commit 40ed87d

Please sign in to comment.