Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A api
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • ironapi
  • api
  • Wiki
  • Api
  • Schema_Changes

Schema_Changes · Changes

Page history
Update Schema_Changes authored Aug 31, 2021 by Andrea Pavlovic's avatar Andrea Pavlovic
Hide whitespace changes
Inline Side-by-side
API/Schema_Changes.md
View page @ b736e78b
...@@ -284,3 +284,18 @@ then add the attributes to the uniqueness_restriction ...@@ -284,3 +284,18 @@ then add the attributes to the uniqueness_restriction
"api_key" : "extra safe" "api_key" : "extra safe"
} }
``` ```
# Actions
## Delete Attribute from Action
First find the id of the attribute for the action in system.attribute_action (using the action id and attribute id from system.action and system.attribute respectively), then delete it from action_attribute:
```
#!json
#/data/system/action_attribute/44/delete
{
}
```
Clone repository
  • API
    • Available Endpoints
    • Changing Passwords
    • Form Input Types
    • Introduction
    • Logout
    • Plugins
    • Queries
    • Queries
      • Attributes
      • Context
      • Query Examples
      • Query Search Options
      • Referenced Instances
      • Saved Queries
    • Schema_Changes
    • Storing Files
View All Pages