Update profile – Management API – MediaKind

Update profile Deprecated

Put https://app.mk.io/api/profile/

This endpoint allows certain fields within the profile to be updated.

Requires authentication; no additional RBAC permissions required.

Authentication

Authorization Bearer

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

Request

This endpoint expects an object.

spec object UserProfileSpec Required

Specification.

Response

200 OK

metadata object UserMetadata Required

Metadata.

Specification.

Errors

400 Bad Request

error object ErrorDetail Required

Pertinent information about the error

401 Unauthorized

error object ErrorDetail Required

Pertinent information about the error

403 Forbidden

error object ErrorDetail Required

Pertinent information about the error

404 Not Found

error object ErrorDetail Required

Pertinent information about the error

429 Too Many Requests

error object ErrorDetail Required

Pertinent information about the error

500 Internal Server Error

error object ErrorDetail Required

Pertinent information about the error