Metadata

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

Params

Param name Description
session
optional , nil allowed

Validations:

  • Must be a Hash

session[name]
required

Name of the Session.

Validations:

  • Must be a String

session[container_ids]
required

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.