Update a Subcommunity

Similar as the tag_create operation, this will update the desired tag (Subcommunity), identified by the provided tag_id.

This is a delta-update, i.e., omitted fields will not modify the Subcommunity. I.e.: If you only want to update the tag's title but leave color and description the same, only pass the tag_id and the title, so that the rest will stay the same.

Body Params
uuid
required
string
length ≤ 60
\S
string
\S
string
^#[A-Fa-f0-9]{6}$
keywords
array of objects

A list of keywords that will automatically add a member to this Subcommunity

keywords
Responses
202

Accepted

400

Bad request

401

Unauthorized

403

Forbidden

Language
Credentials
URL
LoadingLoading…