create_documentation_version¶
Operation¶
create_documentation_version
async
¶
create_documentation_version(input: CreateDocumentationVersionInput, plugins: list[Plugin] | None = None) -> CreateDocumentationVersionOutput
Creates a documentation version
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
CreateDocumentationVersionInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
CreateDocumentationVersionOutput
|
An instance of |
Input¶
CreateDocumentationVersionInput
dataclass
¶
Creates a new documentation version of a given API.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
A description about the new documentation snapshot.
documentation_version
class-attribute
instance-attribute
¶
documentation_version: str | None = None
The version identifier of the new snapshot.
Output¶
CreateDocumentationVersionOutput
dataclass
¶
A snapshot of the documentation of an API.