Update session

Updates a session’s comments and/or public visibility status. Can update one or both fields.

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