Update a user application property
PUT
/users/{selected_user}/properties/{app_key}/{property_name}
Update an application property value stored against a user.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” 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.
Request Body required
Section titled “ Request Body required ”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>
key
additional properties
any
Responses
Section titled “ Responses ”An empty response.