cURL
curl --request POST \ --url https://api.mesa.dev/api/v1/{org}/repos/bulk/metadata \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "repo_ids": [ "<string>" ], "action": "set", "key": "<string>", "value": "<string>" } '
{ "updated": 123 }
Bulk set or remove metadata
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 100
set
remove
1
Updated count