mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue