• POST /chats/mass-messages: added the new optional request property ‘scheduledAt’
  • Added endpoint GET /chats/{userUuid}/messages/{messageUuid}/media
  • POST /creators/{creatorUserUuid}/chats/mass-messages: added the new optional request property ‘scheduledAt’
  • Added endpoint GET /creators/{creatorUserUuid}/chats/{userUuid}/messages/{messageUuid}/media
  • POST /creators/{creatorUserUuid}/posts: added the new optional request property ‘mediaPreviewUuid’
  • POST /creators/{creatorUserUuid}/posts: added the required property ‘mediaPreviewUuid’ to the response with the ‘201’ status
  • GET /posts: added the required property ‘data/items/mediaPreviewUuid’ to the response with the ‘200’ status
  • POST /posts: added the new optional request property ‘mediaPreviewUuid’
  • POST /posts: added the required property ‘mediaPreviewUuid’ to the response with the ‘201’ status
  • GET /posts/{uuid}: added the required property ‘mediaPreviewUuid’ to the response with the ‘200’ status