Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 905 Bytes

KeywordUpdateBody.md

File metadata and controls

12 lines (7 loc) · 905 Bytes

KeywordUpdateBody

Properties

Name Type Description Notes
keywords [KeywordUpdate] Keywords to update. Object array. Each object has 2 possible fields:<br>1. &quot;id&quot;: (required) keyword ID<br>2. &quot;archived&quot;: boolean. Should keyword be archived?<br>For example: [{&quot;id&quot;:&quot;2886610576653&quot;, &quot;archived&quot;: false}, {&quot;id&quot;:&quot;2886610576654&quot;, &quot;archived&quot;: true}, ...]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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