Seeds
Update Seed Group Tags
Updates a seed groups tags.
POST
cURL
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique identifier for an organization group. Unique identifier for an organization.
Pattern:
^[-_0-9a-z]{1,50}Unique identifier for a seed group.
Pattern:
^[0-9a-f]{12}Body
application/json
Tags update.
Tags to remove and add to seeds and seed group
Array of tags to delete from the seed group.
Pattern:
^[-_0-9a-zA-Z]{1,16}Array of tags to add to the seed group.
Pattern:
^[-_0-9a-zA-Z]{1,16}Array of seed uids to apply tag update to.
Unique identifier for a seed.
Pattern:
^[0-9a-f]{24}Array of tags to delete from the supplied seeds.
Pattern:
^[-_0-9a-zA-Z]{1,16}Array of tags to add to the supplied seeds.
Pattern:
^[-_0-9a-zA-Z]{1,16}Response
No content.
cURL