Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of the Session to be updated.

Validations:

  • Must be a String

session
optional , nil allowed

Validations:

  • Must be a Hash

session[name]
optional

Name of the Session.

Validations:

  • Must be a String

session[container_ids]
optional

Containers included in the Session.

Validations:

  • Must be an array of any type

session[open]
optional , nil allowed

Whether the Session is currently opened.

Validations:

  • Must be one of: true, false.