Skip to main content

Update a session track information

The request body needs to be in the exact format mentioned in the Request Body description.

Path Parameters
trackid string REQUIRED
Request Body

The structure should be as mentioned or else it will throw error.

We can update one/multiple session tracks at the same time. Multiple single track objects can be pushed into the resource collection.

Required properties for each session track object:

  • scheduletrackid, trackname
  • eventid
  • scheduledateid
scheduletrackid integer
trackname string REQUIRED
eventid integer REQUIRED
scheduledateid integer REQUIRED
Responses
200

PostPatchResponse

Schema
object[]
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.