Start a build with the API - "Project not found or access denied."
Basically:
curl -H "Content-type: application/json" -H "Authorization: Bearer XXXX"-d '{"accountName": "adrianiftode", "projectSlug": "fluentassertions-web", "branch": "fixes/explicitely-reference-newtonsoft-in-sample-projects"}' https://ci.appveyor.com/api/builds
responds with {"message":"Project not found or access denied."}
However
curl https://ci.appveyor.com/api/projects/adrianiftode/fluentassertions-web
-H "Authorization: Bearer XXX"
looks fine
Is there an issue with the endpoint?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac