---
title: "Set default issue security levels"
method: PUT
path: "/rest/api/3/issuesecurityschemes/level/default"
tags: ["Issue security schemes"]
---

# Set default issue security levels

`PUT /rest/api/3/issuesecurityschemes/level/default`

Sets default issue security levels for schemes.

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

## Request body

- SetDefaultLevelsRequest — Details of new default levels.
  - `defaultValues` DefaultLevelValue[], required — List of objects with issue security scheme ID and new default level ID.
    - `defaultLevelId` string, required — The ID of the issue security level to set as default for the specified scheme. Providing null will reset the default level.
    - `issueSecuritySchemeId` string, required — The ID of the issue security scheme to set default level for.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user doesn't have the necessary permission.
- `404` — Returned if the issue resolution isn't found.

---

[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/5a51740d7ab3/schema)
