Add collection (addcollection)
Create a new style guide collection.
Request
Use the shared HTTP API endpoint and request formats.
See HTTP API Overview.
Parameters
Parameter
Type
Required
Default
Notes
cmd
string
Yes
style_guide
Command name.
action
string
Yes
addcollection
Action name.
collection
string
Yes
The name of the collection to be created.
lang
string
No
common
Language scope to create the collection in (example: en_US or en).
Behavior
Creates a new collection in the target lang scope.
Returns the created collection info in
result.
Response
Single result object containing created collection with it's category and lang .
See Response schema.
Errors
See
Examples
Was this helpful?

