Get bitrise.yml of a specific app
GET/apps/:app-slug/bitrise.yml
Get the full bitrise.yml configuration of an application, by providing the app slug. It returns the current bitrise.yml that is stored on bitrise.io in full, including the trigger map, the different workflows and the Steps.
RequestClick to copy link
ResponsesClick to copy link
- 200
- 400
- 401
- 404
- 500
{the bitrise.yml in yml format}
Bad Request
Unauthorized
Not Found
Internal Server Error