Get application component runtime configuration
GET/applications/:applicationId/components/:applicationComponentId/runtime-config
Retrieves the runtime configuration detail for given component. Either (build) version or (git) branch must be provided as query parameter
to specify the requested runtime configuration version.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
200 response
The request was unacceptable, often due to missing a required parameter.
No valid API key provided.
The API key doesn't have permissions to perform the request.
Resource not found.
Unprocessable .codenow.config.yaml
Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.
Something went wrong on CodeNOW's end.