Payload for PUT /rest/api/latest/projects/{key}.
PUT /rest/api/latest/projects/{key}
Per the official schema, name, public, type, and id are read-only on this endpoint — attempting to change them has no effect. Only the avatar and (nominally) key/links are writable.
name
public
type
id
key
links
https://developer.atlassian.com/server/bitbucket/rest/v1003/api-group-project/#api-api-latest-projects-projectkey-put
Optional
Base64-encoded avatar image as a data URI, e.g. data:image/png;base64,...
data:image/png;base64,...
Payload for
PUT /rest/api/latest/projects/{key}.Remarks
Per the official schema,
name,public,type, andidare read-only on this endpoint — attempting to change them has no effect. Only the avatar and (nominally)key/linksare writable.See
https://developer.atlassian.com/server/bitbucket/rest/v1003/api-group-project/#api-api-latest-projects-projectkey-put