- `remove_tag`
- Requires `parameters`: `{ "tag": TAG_ID }`
- `modify_tags`
- - Requires `parameters`: `{ "add_tags": [LIST_OF_TAG_IDS] }` and / or `{ "remove_tags": [LIST_OF_TAG_IDS] }`
+ - Requires `parameters`: `{ "add_tags": [LIST_OF_TAG_IDS] }` and `{ "remove_tags": [LIST_OF_TAG_IDS] }`
- `delete`
- No `parameters` required
- `reprocess`
def test_api_modify_tags_not_provided(self, m):
"""
GIVEN:
- - API data to modify tags is missing modify_tags field
+ - API data to modify tags is missing remove_tags field
WHEN:
- API to edit tags is called
THEN: