Skip to content

Update a user application property

PUT
/users/{selected_user}/properties/{app_key}/{property_name}

Update an application property value stored against a user.

selected_user
required
string

Either the UUID of the account surrounded by curly-braces, for example {account UUID}, OR an Atlassian Account ID.

app_key
required
string

The key of the Connect app.

property_name
required
string

The name of the property.

The application property to create or update.

Media type application/json
Application Property

An application property. It is a caller defined JSON object that Bitbucket will store and return. The _attributes field at its top level can be used to control who is allowed to read and update the property. The keys of the JSON object must match an allowed pattern. For details, see Application properties.

object
_attributes
Array<string>
Allowed values: public read_only
key
additional properties
any

An empty response.