Update a pull request application property
PUT
/repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
Update an application property value stored against a pull request.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” workspace
required
string
The repository container; either the workspace slug or the UUID in curly braces.
repo_slug
required
string
The repository.
pullrequest_id
required
string
The pull request 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.