Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.25 KB

ActionInput.md

File metadata and controls

12 lines (8 loc) · 1.25 KB

ActionInput

Properties

Name Type Description Notes
inputSchema \PureCloudPlatform\Client\V2\Model\JsonSchemaDocument JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path. If the 'flatten' query parameter is omitted or false, this field will be returned. Either inputSchema or inputSchemaFlattened will be returned, not both. [optional]
inputSchemaFlattened \PureCloudPlatform\Client\V2\Model\JsonSchemaDocument JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path. The schema is transformed based on Architect's flattened format. If the 'flatten' query parameter is supplied as true, this field will be returned. Either inputSchema or inputSchemaFlattened will be returned, not both. [optional]
inputSchemaUri string The URI of the input schema [optional]

[Back to Model list] [Back to API list] [Back to README]