Board
Set board property
Sets the value of the specified board's property.
You can use this resource to store a custom data against the board identified by the id. The user who stores the data is required to have permissions to modify the board.
put/rest/agile/1.0/board/{boardId}/properties/{propertyKey}
Path parameters
boardIdstring required
the ID of the board on which the property will be set.
propertyKeystring required
the key of the board's property. The maximum length of the key is 255 bytes.
Request body
{"stackTrail":"paths:/rest/agile/1.0/board/{boardId}/properties/{propertyKey}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
Response
Returned if the board property is successfully updated.
{"stackTrail":"paths:/rest/agile/1.0/board/{boardId}/properties/{propertyKey}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}