• GET /chats/lists/smart: added the new muted enum value to the /items/uuid response property for the response status 200
  • GET /creators/{creatorUserUuid}/chats/lists/smart: added the new muted enum value to the /items/uuid response property for the response status 200
  • GET /creators/{creatorUserUuid}/insights/earnings: added the new appStore enum value to the data/items/source response property for the response status 200
  • GET /insights/earnings: added the new appStore enum value to the data/items/source response property for the response status 200
  • Added endpoint GET /apps/{appUuid}/subscription-status
  • Added endpoint GET /apps/{appUuid}/subscription/me
  • GET /chats/lists/smart/{uuid}: added the new enum value muted to the path request parameter uuid
  • POST /chats/mass-messages: added the new muted enum value to the request property excludedLists/smartListUuids/items/
  • POST /chats/mass-messages: added the new muted enum value to the request property includedLists/smartListUuids/items/
  • PATCH /chats/mass-messages/{messageUuid}: added the new muted enum value to the request property excludedLists/smartListUuids/items/
  • PATCH /chats/mass-messages/{messageUuid}: added the new muted enum value to the request property includedLists/smartListUuids/items/
  • GET /chats/{userUuid}/messages: added the required property data/items/isRead to the response with the 200 status
  • GET /creators/{creatorUserUuid}/chats/lists/smart/{uuid}: added the new enum value muted to the path request parameter uuid
  • POST /creators/{creatorUserUuid}/chats/mass-messages: added the new muted enum value to the request property excludedLists/smartListUuids/items/
  • POST /creators/{creatorUserUuid}/chats/mass-messages: added the new muted enum value to the request property includedLists/smartListUuids/items/
  • PATCH /creators/{creatorUserUuid}/chats/mass-messages/{messageUuid}: added the new muted enum value to the request property excludedLists/smartListUuids/items/
  • PATCH /creators/{creatorUserUuid}/chats/mass-messages/{messageUuid}: added the new muted enum value to the request property includedLists/smartListUuids/items/
  • GET /creators/{creatorUserUuid}/chats/{userUuid}/messages: added the required property data/items/isRead to the response with the 200 status
  • Added endpoint DELETE /creators/{creatorUserUuid}/posts/{uuid}/comments/{commentUuid}
  • Added endpoint GET /creators/{creatorUserUuid}/subscribers/online
  • GET /creators/{creatorUserUuid}/tracking-links: added the required property data/items/engagement/totalFollowers to the response with the 200 status
  • GET /creators/{creatorUserUuid}/tracking-links: added the required property data/items/engagement/totalSubscribers to the response with the 200 status
  • POST /creators/{creatorUserUuid}/tracking-links: added the required property engagement/totalFollowers to the response with the 201 status
  • POST /creators/{creatorUserUuid}/tracking-links: added the required property engagement/totalSubscribers to the response with the 201 status
  • Added endpoint DELETE /posts/{uuid}/comments/{commentUuid}
  • GET /tracking-links: added the required property data/items/engagement/totalFollowers to the response with the 200 status
  • GET /tracking-links: added the required property data/items/engagement/totalSubscribers to the response with the 200 status
  • POST /tracking-links: added the required property engagement/totalFollowers to the response with the 201 status
  • POST /tracking-links: added the required property engagement/totalSubscribers to the response with the 201 status
  • GET /tracking-links/{uuid}/users: added the required property data/items/status to the response with the 200 status