Labels
Moderator-managed labels attachable to bug reports.
POST
/api/community/labelscommunity:write · admin/moderatorCreate a new label.
Request
{ name: string, color: string }Response
201 { id, name, color }name 1-30 chars; color is a #rrggbb hex string; 409 if the name is already taken.