Sha256: a4a14d1647ca73817b3b6fbb9dc7a5fb21150aeb6f324e7db32943d03c83d14b
Contents?: true
Size: 1.11 KB
Versions: 97
Compression:
Stored size: 1.11 KB
Contents
--- title: ActionInput --- ## PureCloud::ActionInput ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **input_schema** | [**JsonSchemaDocument**](JsonSchemaDocument.html) | 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] | | **input_schema_flattened** | [**JsonSchemaDocument**](JsonSchemaDocument.html) | 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] | | **input_schema_uri** | **String** | The URI of the input schema | [optional] | {: class="table table-striped"}
Version data entries
97 entries across 97 versions & 1 rubygems