INPUT_OBJECT

UpdateMediaInput

link GraphQL Schema definition

  • input UpdateMediaInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the linked appointment or task, or empty when not linked to an activity.
  • activityId: ID
  • # Id of the linked call, or empty when not linked.
  • callId: ID
  • # Provider-specific metadata about the media (e.g. transcription identifiers,
  • # recording parameters).
  • data: JSONString
  • # Free-text description of the media.
  • description: String
  • # Error code reported by the calling/recording provider when processing failed;
  • # empty on success.
  • errorCode: Int
  • # Field whose values are strictly defined with an enumeration of values.
  • status: MediaStatusEnum
  • # Field whose values are strictly defined with an enumeration of values.
  • type: MediaTypeEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by