Update Team
Updates an individual team.
Request body
Example request
{
"name": "IDM - Developers",
"description": "The Identity Management (IDM) API team.",
"labels": {
"env": "test"
}
}Response
A response including a single team.
Example response
{
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"name": "IDM - Developers",
"description": "The developers for the IDM API.",
"system_team": false,
"labels": {
"env": "test"
},
"created_at": "1992-02-07T17:46:57.52Z",
"updated_at": "2022-08-31T17:00:00.52Z"
}Changes
Changed in 7 of the 75 revisions of this API.1296
- ▲
the
descriptionrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ●
removed the optional property
created_atfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
descriptionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
labelsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
system_teamfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
updated_atfrom the response with the200statusresponse-optional-property-removed
- ○
added
Teamsubschema #2to the response bodyallOflist for the response status200response-body-all-of-added
- ▲
- ●
the
namerequest property's maxLength was set to250request-property-max-length-set
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the request property
descriptionbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
namebecame not nullablerequest-property-became-not-nullable
- ▲
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
namebecame nullable for the status200response-property-became-nullable
- ○
the request property
descriptionbecame nullablerequest-property-became-nullable
- ○
the request property
namebecame nullablerequest-property-became-nullable
- ○
the
system_teamresponse's property default valuefalsewas added for the status200response-property-default-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
system_teamresponse's property default valuefalsewas removed for the status200response-property-default-value-removed
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the
system_teamresponse's property default valuefalsewas added for the status200response-property-default-value-added
- ○