Create or update project-to-scope mappings.
cURL
curl --request PUT \ --url https://api.example.com/api/settings/scopes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "mappings": [ { "project": "<string>", "scope": "work" } ] } '
[ { "project": "<string>", "scope": "work", "updated_at": "2023-11-07T05:31:56Z" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Successful Response
work
personal