v68

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0189430445.4 KB
Collections

Update Collection item

Update the URL, Glean Document ID, description of an item within a Collection given its ID.

post/rest/api/v1/editcollectionitem

Query parameters

localestring

The client's preferred locale in rfc5646 format (e.g. en, ja, pt-BR). If omitted, the Accept-Language will be used. If not present or not supported, defaults to the closest match or en.

Request body

namestring

The optional name of the Collection item.

descriptionstring

A helpful description of why this CollectionItem is in the Collection that it's in.

iconstring

The emoji icon for this CollectionItem. Only used for Text type items.

collectionIdinteger required

The ID of the Collection to edit CollectionItems in.

itemIdstring required

The ID of the CollectionItem to edit.

Response

OK