mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
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
This commit is contained in:
parent
e740dea70f
commit
86ddbadebe
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user