Profiles

Update a profile

Update an existing profile

patch/v1/profiles/{id}

Path parameters

idstring uuid required

Response

Default Response

idstring uuid required

The unique identifier for the profile

createdAtstring date-time required

The date and time when the profile was created

updatedAtstring date-time required

The date and time when the profile was last updated

sourceSessionIdstring uuid nullable required

The last session ID associated with the profile

userAgentstring nullable required

The user agent associated with the profile

status'UPLOADING' | 'READY' | 'FAILED' required

The status of the profile

{"stackTrail":"components:schemas:Profile:properties:useProxyConfig","oasType":"schema","type":"unknown","description":"The proxy configuration associated with the profile","nullable":true}
extensionIdsstring[] nullable required

The extension IDs associated with the profile

{"stackTrail":"components:schemas:Profile:properties:credentialsConfig","oasType":"schema","type":"unknown","description":"The credentials configuration associated with the profile","nullable":true}

Changes