---
title: "Set board property"
method: PUT
path: "/rest/agile/1.0/board/{boardId}/properties/{propertyKey}"
tags: ["Board"]
---

# Set board property

`PUT /rest/agile/1.0/board/{boardId}/properties/{propertyKey}`

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.

## Path parameters

- `boardId` string, required
- `propertyKey` string, required

## Request body

- unknown

## Response `200`

Returned if the board property is successfully updated.

- unknown

## Other responses

- `201` — Returned if the board property is successfully created.
- `400` — Returned if the boardId is invalid (negative or not a number).
- `401` — Returned if the calling user is not authenticated.
- `404` — Returned if the board with given id does not exist or the user doesn't have permissions to see it.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/revisions/4e108d54b990/schema)
