Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 724 Bytes

File metadata and controls

16 lines (11 loc) · 724 Bytes

OperationUpdate

Properties

Name Type Description Notes
method Option<String> The HTTP method for the operation.
domain Option<String> The domain for the operation.
path Option<String> The path for the operation, which may include path parameters.
description Option<String> A description of what the operation does.
tag_ids Option<Vec> An array of operation tag IDs associated with this operation.
status Option<String> The status of the operation.

[Back to API list] [Back to README]