Method: projects.locations.apis.versions.specs.fetchAdditionalSpecContent

Fetch additional spec content.

HTTP request

GET https://apihub.googleapis.com/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*}:fetchAdditionalSpecContent

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the spec whose contents need to be retrieved. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

Query parameters

Parameters
specContentType

enum (SpecContentType)

Optional. The type of the spec contents to be retrieved.

Request body

The request body must be empty.

Response body

The specs.fetchAdditionalSpecContent method's response.

If successful, the response body contains data with the following structure:

JSON representation
{
  "additionalSpecContent": {
    object (AdditionalSpecContent)
  }
}
Fields
additionalSpecContent

object (AdditionalSpecContent)

The additional spec content.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

IAM Permissions

Requires the following IAM permission on the name resource:

  • apihub.specs.get

For more information, see the IAM documentation.