From fb5d71878a9a27ee367930ff3b96db4bbe9611ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Fri, 22 Sep 2023 12:45:10 +0100 Subject: [PATCH] fix: PR comments [skip pizza] --- api.planx.uk/modules/team/docs.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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"]