Announcement

This section covers the Announcement server function.

The Announcement function is used to securely update announcement information into the ethos platform. A token is required for making authenticated requests to this API.

Usage

POST /api/upload/announcement/image/(creatorId)/(announcementId)/(announcementMediaType)

Parameters

  • req: The request object
  • res: The response object

Request Object

  • CreatorID string($uuid)

  • AnnouncementId string($uuid)

  • AnnouncementMediaType integer($int32)

  • Data string($binary)

Response Object

Code: 200 (OK)

Binary Strings

This API expects the "Data" string to be provided in an image format.

The image format and dimensions will be provided by your Account Manager.