Error Handling |
Determine what to return if an error is encountered. |
Space Slug |
The Space the submission is being retrieved from (defaults to info value if not provided). |
Type |
What type of attribute should be set. |
Kapp Slug |
Required for Category or Form. The slug of the kapp where the attributes will be set. |
Type Identifier |
The identifier that will be used to identify what type to update. A username, name, or slug. Leave blank to update all objects for the type that are found. |
Attributes |
A JSON array of the attributes to update / create. Ex. [{'name': 'Attribute Name','values': ['Attr Value 1']}] |
Create New Attribute |
If the attribute doesn't exist on the object, create it. Default to false (only objects that currently have this attribute will be set. |