Skip to main content

updatePartner

updatePartner

Path Parameters
id uuid REQUIRED
Request Body REQUIRED
inTimeline boolean REQUIRED
Responses
200
Schema OPTIONAL
avatarColor string

Possible values: [primary, pink, red, yellow, blue, green, purple, orange, gray, amber]

createdAt date-time
deletedAt date-time
email string
id string
inTimeline boolean OPTIONAL
isAdmin boolean
memoriesEnabled boolean OPTIONAL
name string
oauthId string
profileImagePath string
quotaSizeInBytes int64
quotaUsageInBytes int64
shouldChangePassword boolean
status string

Possible values: [active, removing, deleted]

storageLabel string
updatedAt date-time
updatePartner
PUT /partner/:id
id — path
Body
Loading...
/api
curl -L -X PUT '/api/partner/:id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'