From 81c6ef2d6ef66f4b95fd0a282cf8c76682f94d4e Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 1 Feb 2022 15:25:40 +0100 Subject: [PATCH] chore: align url parameters table. --- website/docs/api/admin/feature-toggles-api-v2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/api/admin/feature-toggles-api-v2.md b/website/docs/api/admin/feature-toggles-api-v2.md index 411dc618ff..8af81c3c3c 100644 --- a/website/docs/api/admin/feature-toggles-api-v2.md +++ b/website/docs/api/admin/feature-toggles-api-v2.md @@ -666,9 +666,9 @@ This will add a user to a project and give the user a specified role within that | Parameter | Type | Description | Example value | |-------------|---------|-----------------------------------------------------------------------|-------------------| -| `userId` | integer | The ID of the user you want to add to the project. | `1` | -| `projectId` | string | The id of the project to add the user to. | `"MyCoolProject"` | -| `roleId` | integer | The id of the role you want to assign to the new user in the project. | `7` | +| `userId` | integer | The ID of the user you want to add to the project. | `1` | +| `projectId` | string | The id of the project to add the user to. | `"MyCoolProject"` | +| `roleId` | integer | The id of the role you want to assign to the new user in the project. | `7` | #### Responses