Edit Thread Share Link Settings

POST {{baseUrl}}/1/admin/threads/edit-share-link-settings

Changes share link settings on a thread.

At least one of the following must be included in the request: * allow_external_access * mode * enable_request_access * show_conversation * show_edit_history * allow_messages * allow_comments

Request Body

[{"name"=>"thread_id", "value"=>"mollit cillum ad", "datatype"=>"string"}, {"name"=>"company_id", "value"=>"ullamco aute", "datatype"=>"string"}, {"name"=>"allow_external_access", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"mode", "value"=>"view", "datatype"=>"string"}, {"name"=>"enable_request_access", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"show_conversation", "value"=>"false", "datatype"=>"boolean"}, {"name"=>"show_edit_history", "value"=>"false", "datatype"=>"boolean"}, {"name"=>"allow_messages", "value"=>"true", "datatype"=>"boolean"}, {"name"=>"allow_comments", "value"=>"true", "datatype"=>"boolean"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{}