---
title: "Changes to Create a new scope"
method: POST
path: "/api/v1/scopes"
---

# Changes to Create a new scope

`POST /api/v1/scopes`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 50 revisions.

- **2024-10-03** `795cad873b47` — 15 info
- **2024-08-25** `4f326b0821e0` — 1 breaking, 7 warning, 1 info
- **2024-08-11** `11e2773b3a1e` — 1 breaking, 8 info

## Changes

- **2024-10-03** `795cad873b47` — 15 info
  - the response property `scope/allOf[#/components/schemas/Scope]/createdAt` became required for the status `201`
  - the response property `scope/allOf[#/components/schemas/Scope]/deletedAt` became required for the status `201`
  - the response property `scope/allOf[#/components/schemas/Scope]/id` became required for the status `201`
  - the response property `scope/allOf[#/components/schemas/Scope]/name` became required for the status `201`
  - the response property `scope/allOf[#/components/schemas/Scope]/note` became required for the status `201`
  - the response property `scope/allOf[#/components/schemas/Scope]/type` became required for the status `201`
  - the response property `scope/allOf[#/components/schemas/Scope]/updatedAt` became required for the status `201`
  - the response property `scope/allOf[subschema #2]/locales` became required for the status `201`
  - the response property `scope/allOf[subschema #2]/locales/items/createdAt` became required for the status `201`
  - the response property `scope/allOf[subschema #2]/locales/items/deletedAt` became required for the status `201`
  - the response property `scope/allOf[subschema #2]/locales/items/id` became required for the status `201`
  - the response property `scope/allOf[subschema #2]/locales/items/locale` became required for the status `201`
  - the response property `scope/allOf[subschema #2]/locales/items/scopeId` became required for the status `201`
  - the response property `scope/allOf[subschema #2]/locales/items/updatedAt` became required for the status `201`
  - the response property `scope/allOf[subschema #2]/locales/items/value` became required for the status `201`
- **2024-08-25** `4f326b0821e0` — 1 breaking, 7 warning, 1 info
  - the `scope` response's property type/format changed from `object`/`` to ``/`` for status `201`
  - removed the optional property `scope/createdAt` from the response with the `201` status
  - removed the optional property `scope/deletedAt` from the response with the `201` status
  - removed the optional property `scope/id` from the response with the `201` status
  - removed the optional property `scope/name` from the response with the `201` status
  - removed the optional property `scope/note` from the response with the `201` status
  - removed the optional property `scope/type` from the response with the `201` status
  - removed the optional property `scope/updatedAt` from the response with the `201` status
  - added `#/components/schemas/Scope, subschema #2` to the `scope` response property `allOf` list for the response status `201`
- **2024-08-11** `11e2773b3a1e` — 1 breaking, 8 info
  - the `scope` response's property type/format changed from ``/`` to `object`/`` for status `201`
  - added the optional property `scope/createdAt` to the response with the `201` status
  - added the optional property `scope/deletedAt` to the response with the `201` status
  - added the optional property `scope/id` to the response with the `201` status
  - added the optional property `scope/name` to the response with the `201` status
  - added the optional property `scope/note` to the response with the `201` status
  - added the optional property `scope/type` to the response with the `201` status
  - added the optional property `scope/updatedAt` to the response with the `201` status
  - removed `#/components/schemas/Scope, subschema #2` from the `scope` response property `allOf` list for the response status `201`

---

[Operation](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/docs/api/v1/scopes/post.md) · [API](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api.md) · [Page](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/scopes/post)
