Skip to content

Instantly share code, notes, and snippets.

@boredstiff
Created February 26, 2019 20:57
Show Gist options
  • Save boredstiff/bddad484f7d618d69d1816111fed8475 to your computer and use it in GitHub Desktop.
Save boredstiff/bddad484f7d618d69d1816111fed8475 to your computer and use it in GitHub Desktop.
sg_rest_question.py
sg.update('CustomNonProjectEntity02',
12345,
{'field_a': ['short', 'list'],
'field_b': ['different', 'list']
},
multi_entity_update_modes={
'field_a': 'set',
'field_b': 'add'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment