Skip to content

Update a repository application property

PUT
/repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}

Update an application property value stored against a repository.

workspace
required
string

The repository container; either the workspace slug or the UUID in curly braces.

repo_slug
required
string

The repository.

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.