Update

Updates a session’s comments and/or public visibility status. Can update one or both fields. | (SessionUpdateRequest1) -> (bool)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
session_idstringRequired
commentsstring or nullOptional
delete_commentsbooleanOptionalDefaults to false
publicboolean or nullOptional

Response

Successful Response

Errors