v1

latestOpenAPI 3.0.02026-07-2452762.3 KB
Libraries

/libraries/:libraryId

Update one or more properties on a library.

Body

  • title - the title of the library
  • description - the description of the library. Pass null to clear it; omit it to leave the value unchanged.
  • accessibility - public or private
  • visibility - workspaceMembers or libraryMembers

Requires the libraries.write OAuth scope.

patch/v1/libraries/{libraryId}

Request body

titlestring
descriptionstring nullable
accessibility'public' | 'private'

Whether the library is public to the workspace or private

visibility'workspaceMembers' | 'libraryMembers'

Who can see the library — all workspace members or only library members

Response

Default