Update application component connections
PUT/applications/:applicationId/components/:applicationComponentId/connections
Update application component connections
Request
Path Parameters
Possible values: non-empty
Possible values: non-empty
Query Parameters
Possible values: non-empty
Header Parameters
CodeNOW API Key
- application/vnd.codenow.v1+json
Body
required
Array [
]
connections
object[]
required
A list of all needed connected services, denoted by connection name, service type and a specific instance.
Providing an empty list will remove all connections.
Possible values: non-empty
The user-friendly name or label for the connection.
Must be unique per component, upper-case and contain no spaces (underscores are allowed).
Possible values: non-empty
An internal identifier for the service scaffold, determined by the service type or brand in the case of managed services,
or by the template ID for external services.
The unique identifier of the specific service instance that should be connected to the component.
The type of this service instance must match the type
attribute.
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
application-component-connections-update 200 response
- application/vnd.codenow.v1+json
- Schema
- Example (from schema)
Schema
Possible values: non-empty
{
"status": "string"
}
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.
Too many requests hit the API too quickly. We recommend an exponential backoff of your requests.
Something went wrong on CodeNOW's end.