PATCH
/
api
/
v1
/
profile_statuses
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "tenant": "https://example.com/",
  "color": "<string>",
  "position": 123,
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateUpdated": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

ProfileStatus identifier

Body

application/merge-patch+json

The updated ProfileStatus resource

name
string
tenant
string<iri-reference>
Example:

"https://example.com/"

color
string
position
integer

Response

ProfileStatus resource updated

@context
@id
string
@type
string
id
integer
name
string
tenant
string<iri-reference>
Example:

"https://example.com/"

color
string
position
integer
dateCreated
string<date-time>
dateUpdated
string<date-time>