OBJECT

UploadFileUrl

Return type for setGreetingVoicemail mutation.

link GraphQL Schema definition

  • type UploadFileUrl {
  • # URL where voicemail file should be updated.
  • # Example: `curl --upload-file '{file_path}' '{url}' -H 'Content-Type:
  • # {content-type}'`
  • url: String!
  • }