Create a tagCopy Pagepost https://app.360learning.com/api/v2/tagsRequired OAuth scope: tags:write. Creates a tag with the given properties.Body ParamsisMainbooleanrequiredTrue if the tag is to be set as a main tag; false otherwise.truefalsenamestringrequiredlength ≥ 1The name of the tag.externalIdstringlength ≥ 1The external identifier of the tag if it is being synced from outer resources.Headers360-api-versionstringenumrequiredThe version of the API.v2.0Allowed:v2.0Responses 201Returns the created tag. 400The given tag name belongs to another tag. 401The given access token is either missing, invalid, has expired, or has been revoked. 403The given access token does not have the required OAuth scope to execute the request. 429The client has sent too many requests in a short amount of time.Updated 24 days ago