Description Usage Arguments Value Request syntax
View source: R/apigateway_operations.R
Get documentation part
1 | apigateway_get_documentation_part(restApiId, documentationPartId)
|
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
documentationPartId |
[required] [Required] The string identifier of the associated RestApi. |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 | 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"
)
|
1 2 3 4 | svc$get_documentation_part(
restApiId = "string",
documentationPartId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.