Skip to main content
PATCH
Update a group.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Body

application/json

Used to group profiles.

id
integer
title
string

Title of group.

description
string | null

Description of group.

created_at
string<date-time> | null

Datetime when group was created.

Example:

"2023-01-01T12:00:00Z"

updated_at
string<date-time> | null

Datetime when group was last updated.

Example:

"2023-01-01T12:00:00Z"

Response

200 - application/json

Success

Used to group profiles.

id
integer
title
string

Title of group.

description
string | null

Description of group.

created_at
string<date-time> | null

Datetime when group was created.

Example:

"2023-01-01T12:00:00Z"

updated_at
string<date-time> | null

Datetime when group was last updated.

Example:

"2023-01-01T12:00:00Z"