Get Documentation Part
apigateway_get_documentation_part | R Documentation |
Gets a documentation part¶
Description¶
Gets a documentation part.
Usage¶
Arguments¶
restApiId
[required] The string identifier of the associated RestApi.
documentationPartId
[required] The string identifier of the associated RestApi.
Value¶
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"
)