API Doc
Route Sandard
Find all
GET /:role/:resourcesFind one by id
GET /:role/:resources/:idCreate
POST /:role/:resourcesUpdate
PATCH /:role/:resources/:id/:fieldDelete
Body standard
Error message standard
Authentication
Non standard endpoint
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdintegerRequiredExample:
3Body
objectOptionalExample:
{"build":{"ignore_steps":[]}}Responses
200
Successful response
application/json
post
/api/developer/builds/{projectId}200
Successful response
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptionalExample:
1orderBystringOptionalExample:
DESCResponses
200
Successful response
application/json
get
/api/developer/paginations/project200
Successful response
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptionalExample:
1orderBystringOptionalExample:
DESCResponses
200
Successful response
application/json
get
/api/developer/paginations/developer200
Successful response
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptionalExample:
1orderBystringOptionalExample:
DESCResponses
200
Successful response
application/json
get
/api/developer/paginations/secret200
Successful response
Last updated