I want to trigger a build using api. When I perform a call, I get undocumented “operation requires create_request access to repository”
body=’{
“request”: {
“branch”:“master”
}}’
curl -s -X POST
-H “Content-Type: application/json”
-H “Accept: application/json”
-H “Travis-API-Version: 3”
-H “Authorization: token xxx”
-d “$body”
https://api.travis-ci.com/repo/haproxy%2Fhaproxy/requests
“error_message”: “operation requires create_request access to repository”,
please tell me where can I read what does it mean ?