Commit 8f369af
authored
Document update_tags bulk action on /content/bulk_actions (#554)
* Document update_tags bulk action on /content/bulk_actions (Preview)
Add the sixth action, update_tags, to the content_bulk_action_request
schema and the endpoint docs: action enum value, the tags request block
(add_tag_ids/remove_tag_ids), and the new article content type.
Documents the key asymmetry: update_tags addresses articles by the parent
article id (not article_content), unlike the other five actions. Tags must
already exist and be non-archived (else parameter_invalid, HTTP 422).
Verified against intercom/intercom#524459. Other five actions unchanged.
* Document 100 distinct-tag-id cap on update_tags (review fix)
The controller caps the combined unique count of add_tag_ids + remove_tag_ids
at MAX_TAG_IDS=100 (validate_tags_live!), rejecting excess with
parameter_invalid/HTTP 422. Note the cap in the tags description prose
(combined unique count, so not expressible as per-array maxItems).1 parent e1aaee6 commit 8f369af
1 file changed
Lines changed: 43 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9003 | 9003 | | |
9004 | 9004 | | |
9005 | 9005 | | |
9006 | | - | |
| 9006 | + | |
9007 | 9007 | | |
9008 | 9008 | | |
9009 | 9009 | | |
9010 | 9010 | | |
| 9011 | + | |
| 9012 | + | |
| 9013 | + | |
| 9014 | + | |
9011 | 9015 | | |
9012 | 9016 | | |
9013 | 9017 | | |
| |||
9111 | 9115 | | |
9112 | 9116 | | |
9113 | 9117 | | |
| 9118 | + | |
| 9119 | + | |
| 9120 | + | |
| 9121 | + | |
| 9122 | + | |
| 9123 | + | |
| 9124 | + | |
| 9125 | + | |
| 9126 | + | |
| 9127 | + | |
| 9128 | + | |
| 9129 | + | |
9114 | 9130 | | |
9115 | 9131 | | |
9116 | 9132 | | |
| |||
27148 | 27164 | | |
27149 | 27165 | | |
27150 | 27166 | | |
| 27167 | + | |
27151 | 27168 | | |
27152 | 27169 | | |
27153 | 27170 | | |
27154 | 27171 | | |
27155 | 27172 | | |
27156 | 27173 | | |
| 27174 | + | |
27157 | 27175 | | |
27158 | 27176 | | |
27159 | 27177 | | |
| |||
27168 | 27186 | | |
27169 | 27187 | | |
27170 | 27188 | | |
| 27189 | + | |
27171 | 27190 | | |
27172 | 27191 | | |
27173 | 27192 | | |
| |||
27214 | 27233 | | |
27215 | 27234 | | |
27216 | 27235 | | |
| 27236 | + | |
| 27237 | + | |
| 27238 | + | |
| 27239 | + | |
| 27240 | + | |
| 27241 | + | |
| 27242 | + | |
| 27243 | + | |
| 27244 | + | |
| 27245 | + | |
| 27246 | + | |
| 27247 | + | |
| 27248 | + | |
| 27249 | + | |
| 27250 | + | |
| 27251 | + | |
| 27252 | + | |
| 27253 | + | |
| 27254 | + | |
| 27255 | + | |
| 27256 | + | |
| 27257 | + | |
| 27258 | + | |
27217 | 27259 | | |
27218 | 27260 | | |
27219 | 27261 | | |
| |||
0 commit comments