cURL
curl --request POST \ --url https://api.quackai.com/api/v1/guidelines/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "repo_id": 123, "order": 0, "github_token": "<string>", "title": "<string>", "details": "<string>" }'
{ "id": 123, "repo_id": 123, "title": "<string>", "details": "<string>", "order": 1, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
The access token received from the authorization server in the OAuth 2.0 flow.
x > 0
3 - 100
6 - 1000
x >= 0
Successful Response
6 - 100
Was this page helpful?