diff --git a/docs/Contributing/API-for-contributors.md b/docs/Contributing/API-for-contributors.md index ed3bfe6eb4..587cf6238d 100644 --- a/docs/Contributing/API-for-contributors.md +++ b/docs/Contributing/API-for-contributors.md @@ -454,8 +454,8 @@ If the `name` is not already associated with an existing team, this API route cr | Name | Type | In | Description | | ------------- | ------ | ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | name | string | body | **Required.** The team's name. | -| agent_options | string | body | **Required.** The agent options spec that is applied to the hosts assigned to the specified to team. These agent agent options completely override the global agent options specified in the [`GET /api/v1/fleet/config API route`](#get-configuration) | -| secrets | list | body | **Required.** A list of plain text strings used as the enroll secrets. | +| agent_options | string | body | **Required.** The agent options spec that is applied to the hosts assigned to the specified to team. These agent agent options completely override the global agent options specified in the [`GET /api/v1/fleet/config API route`](#get-configuration) | +| secrets | list | body | **Required.** A list of plain text strings is used as the enroll secrets. | #### Example