---
title: "Associate projects to field schemes"
method: PUT
path: "/rest/api/3/config/fieldschemes/projects"
tags: ["Field schemes"]
---

# Associate projects to field schemes

`PUT /rest/api/3/config/fieldschemes/projects`

Associate projects to field association schemes.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Request body

- object

## Response `200`

Returned if the association was successful.

- FieldSchemeToProjectsResponse — Response for updating field scheme to projects associations.
  - `results` FieldSchemeToProjectsPartialFailure[], required
    - `error` string
    - `projectId` integer, required
    - `schemeId` integer, required
    - `success` boolean, required

## Other responses

- `204` — The request completed successfully. No additional content will be sent in the response.
- `207` — Returned if the association was partially successful.
- `400` — Returned if the request is invalid. If request is malformed, returns a collection of errors. If request is well-formed but contains invalid scheme or project IDs, returns failure details.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the required permissions

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
