Threads

Set a thread's visibility

Set a thread's visibility to private or organization.

patch/threads/{threadId}/visibility

Path parameters

threadIdstring uuid required

Thread ID of the thread to update.

Request body

visibility'private' | 'organization' required

New visibility. 'private' restricts the thread to its owner; 'organization' shares it with the organization.

Response

OK

visibility'private' | 'organization' required

The thread's resulting visibility.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.