From 86ddbadebe2832742546e612a77776e7001c3dfd Mon Sep 17 00:00:00 2001 From: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com> Date: Tue, 26 Apr 2022 17:56:35 -0500 Subject: [PATCH] Editor pass - Revert api v1 to latest in documentation (#5314) * Editor pass - Revert api v1 to latest in documentation Editor pass for: https://github.com/fleetdm/fleet/pull/5149/files Under: docs/Contributing/API-for-contributors.md Line 457 needs to be carefully read and rewritten for clarity. * Update API-for-contributors.md --- docs/Contributing/API-for-contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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