For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

lang

string

No

common

Language scope to create the collection in (example: en_US or en).

collection

string

Yes

The name of the collection to be created.

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

Request URL (on-premises)
Request URL (Cloud)
Request CURL (on-premises)
Request CURL (Cloud)

Response

Last updated

Was this helpful?