v1

latestSwagger 2.02026-07-1761682.2 KB

CreateStudioSubscription creates a studio subscription

Creates a Studio subscription for a user and Studio notification event

post/studioSubscriptions

Headers

VND.com.blackrock.Request-IDstring UUID required

A unique identifier for this request.

VND.com.blackrock.Origin-Timestampstring date-time required

Timestamp assigned to this request at origin, in "HTTP-date" format as defined by RFC 7231.

Request body

idstring
userstring
studioNotificationAction'STUDIO_NOTIFICATION_ACTION_UNSPECIFIED' | 'STUDIO_NOTIFICATION_ACTION_SMTP' | 'STUDIO_NOTIFICATION_ACTION_PUSH'
  • STUDIO_NOTIFICATION_ACTION_UNSPECIFIED: Unspecified
  • STUDIO_NOTIFICATION_ACTION_SMTP: Email notification
  • STUDIO_NOTIFICATION_ACTION_PUSH: Studio UI push notification
emailstring
creationDateTimestring date-time

Response

A successful response.

idstring
userstring
studioNotificationAction'STUDIO_NOTIFICATION_ACTION_UNSPECIFIED' | 'STUDIO_NOTIFICATION_ACTION_SMTP' | 'STUDIO_NOTIFICATION_ACTION_PUSH'
  • STUDIO_NOTIFICATION_ACTION_UNSPECIFIED: Unspecified
  • STUDIO_NOTIFICATION_ACTION_SMTP: Email notification
  • STUDIO_NOTIFICATION_ACTION_PUSH: Studio UI push notification
emailstring
creationDateTimestring date-time
All 6 operations