Skip to main content

CommitAvatarRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CommitAvatarRequestBody.json
keystringrequired

Object key returned by the presign-upload call after the SPA's direct PUT succeeded

Possible values: non-empty

CommitAvatarRequestBody
{
"$schema": "https://example.com/schemas/CommitAvatarRequestBody.json",
"key": "string"
}