View source: R/apigateway_operations.R
apigateway_get_documentation_parts | R Documentation |
Gets documentation parts.
See https://www.paws-r-sdk.com/docs/apigateway_get_documentation_parts/ for full documentation.
apigateway_get_documentation_parts(
restApiId,
type = NULL,
nameQuery = NULL,
path = NULL,
position = NULL,
limit = NULL,
locationStatus = NULL
)
restApiId |
[required] The string identifier of the associated RestApi. |
type |
The type of API entities of the to-be-retrieved documentation parts. |
nameQuery |
The name of API entities of the to-be-retrieved documentation parts. |
path |
The path of API entities of the to-be-retrieved documentation parts. |
position |
The current pagination position in the paged result set. |
limit |
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. |
locationStatus |
The status of the API documentation parts to retrieve. Valid values are
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.