Deal
Storage for deals.
Get all available communities
GET
https://launchpad.angelssquad.com/api/deal
Allowance: [Admin]
Get community by id
GET
https://launchpad.angelssquad.com/api/deal/:id
Allowance: [Admin]
Path Parameters
Name
Type
Description
id
number
Create/Edit deal by uuid
PUT
https://launchpad.angelssquad.com/api/deal
Allowance: [Admin]
Request Body
Name
Type
Description
TableCommunity
json
Delete deal by uuid
DELETE
https://launchpad.angelssquad.com/api/deal/uuid
Allowance: [Admin]
Query Parameters
Name
Type
Description
uuid*
String
Community UUID
Last updated