Droptop endpoints
About Droptop
Adds a new announcements
Authorizations
AuthenticationstringRequired
Path parameters
platformstring Β· enumRequiredPossible values:
The platform of the announcement (app, website)
Body
dateinteger Β· int32Optional
The date of the announcement
expirationinteger Β· int32Optional
The expiration date of the announcement
announcementstringOptional
The announcement
typestring Β· enumOptionalPossible values:
The type of the announcement (info, warning, error)
Responses
200
Successful operation
application/json
401
Unauthorized
application/json
422
Validation failed/Endpoint has been spammed
application/json
post
/announcements/{platform}Deletes the Droptop Four announcements
Authorizations
AuthenticationstringRequired
Path parameters
platformstring Β· enumRequiredPossible values:
The platform of the announcement (app, website)
Responses
200
Successful operation
application/json
401
Unauthorized
application/json
delete
/announcements/{platform}Last updated
Was this helpful?