Portal Teams
Update Team
Updates an individual developer team for a portal.
patch/v3/portals/{portalId}/teams/{teamId}
Request body
Example request
{
"name": "IDM - Developers",
"description": "The Identity Management (IDM) API team.",
"can_own_applications": false
}Response
Details about a team of developers in a portal.
Example response
{
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"name": "IDM - Developers",
"description": "The developers for the IDM API.",
"created_at": "1992-02-07T17:46:57.52Z",
"updated_at": "2022-08-31T17:00:00.52Z",
"can_own_applications": false
}