- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Create a dependency between two entities in the API hub.
HTTP request
POST https://apihub.googleapis.com/v1/{parent=projects/*/locations/*}/dependencies
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource for the dependency resource. Format: |
Query parameters
Parameters | |
---|---|
dependencyId |
Optional. The ID to use for the dependency resource, which will become the final component of the dependency's resource name. This field is optional. * If provided, the same will be used. The service will throw an error if duplicate id is provided by the client. * If not provided, a system generated id will be used. This value should be 4-500 characters, and valid characters are |
Request body
The request body contains an instance of Dependency
.
Response body
If successful, the response body contains a newly created instance of Dependency
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the parent
resource:
apihub.dependencies.create
For more information, see the IAM documentation.