Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 896 Bytes

ResourceActionCreate.md

File metadata and controls

14 lines (9 loc) · 896 Bytes

ResourceActionCreate

Properties

Name Type Description Notes
key String A URL-friendly name of the action (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the action.
name String The name of the action
description Option<String> An optional longer description of what this action respresents in your system [optional]
attributes Option<serde_json::Value> optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action. This metadata can be used to filter actions using query parameters with attr_ prefix [optional]

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