Add GET campaigns APIB docs
parent
88861e595c
commit
0600c2ecc6
|
@ -1,3 +1,12 @@
|
|||
### Get Campaigns [GET /campaigns]
|
||||
|
||||
Get all campaigns information
|
||||
|
||||
|
||||
+ Response 200 (application/json; charset=utf-8)
|
||||
|
||||
+ Attributes (array[Campaign], fixed-type)
|
||||
|
||||
### Get Campaign [GET /campaigns/{id}]
|
||||
|
||||
Get single campaign information
|
||||
|
|
Loading…
Reference in New Issue