diff --git a/api.planx.uk/modules/team/docs.yaml b/api.planx.uk/modules/team/docs.yaml index 8e9f5e15a7..50fd6e99cd 100644 --- a/api.planx.uk/modules/team/docs.yaml +++ b/api.planx.uk/modules/team/docs.yaml @@ -26,8 +26,7 @@ paths: /team/{teamId}/add-member: put: summary: Add user to team, and assign them a role - description: - "Requires authentication via the WARP platform + 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'}" tags: ["team"] @@ -47,8 +46,7 @@ paths: /team/{teamId}/change-member-role: patch: summary: Change role of an existing team member - description: - "Requires authentication via the WARP platform + 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'}" tags: ["team"] @@ -68,8 +66,7 @@ paths: /team/{teamId}/remove-member: delete: summary: Remover user from team - description: - "Requires authentication via the WARP platform + 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'}" tags: ["team"]