diff --git a/api.planx.uk/modules/team/docs.yaml b/api.planx.uk/modules/team/docs.yaml index 4007fdb016..7f692c12b5 100644 --- a/api.planx.uk/modules/team/docs.yaml +++ b/api.planx.uk/modules/team/docs.yaml @@ -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" @@ -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" @@ -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" diff --git a/api.planx.uk/modules/user/docs.yaml b/api.planx.uk/modules/user/docs.yaml index f74b5c3862..d1c77ebcce 100644 --- a/api.planx.uk/modules/user/docs.yaml +++ b/api.planx.uk/modules/user/docs.yaml @@ -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)"