Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 778 Bytes

File metadata and controls

15 lines (11 loc) · 778 Bytes

Fastly::OperationCreate

Properties

Name Type Description Notes
method String The HTTP method for the operation.
domain String The domain for the operation.
path String The path for the operation, which may include path parameters.
description String A description of what the operation does. [optional]
tag_ids Array<String> An array of operation tag IDs associated with this operation. [optional]
status String The status to assign to the operation. Defaults to SAVED if omitted. [optional][default to 'SAVED']

[Back to API list] [Back to README]