Get documentation part
apigateway_get_documentation_part(restApiId, documentationPartId)[required] [Required] The string identifier of the associated RestApi.
[required] [Required] The string identifier of the associated RestApi.
A list with the following syntax:
list(
id = "string",
location = list(
type = "API"|"AUTHORIZER"|"MODEL"|"RESOURCE"|"METHOD"|"PATH_PARAMETER"|"QUERY_PARAMETER"|"REQUEST_HEADER"|"REQUEST_BODY"|"RESPONSE"|"RESPONSE_HEADER"|"RESPONSE_BODY",
path = "string",
method = "string",
statusCode = "string",
name = "string"
),
properties = "string"
)
svc$get_documentation_part( restApiId = "string", documentationPartId = "string" )