All URIs are relative to https://koding.com/remote.api
Method | HTTP request | Description |
---|---|---|
Create | Post /JRewardCampaign.create | |
IsValid | Post /JRewardCampaign.isValid | |
One | Post /JRewardCampaign.one | |
Remove | Post /JRewardCampaign.remove/{id} | |
Some | Post /JRewardCampaign.some | |
Update | Post /JRewardCampaign.update/{id} |
DefaultResponse Create($body)
Name | Type | Description | Notes |
---|---|---|---|
body | DefaultSelector | body of the request |
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DefaultResponse IsValid($body)
Name | Type | Description | Notes |
---|---|---|---|
body | DefaultSelector | body of the request |
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DefaultResponse One($body)
Name | Type | Description | Notes |
---|---|---|---|
body | DefaultSelector | body of the request |
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DefaultResponse Remove($id, $body)
Name | Type | Description | Notes |
---|---|---|---|
id | string | Mongo ID of target instance | |
body | DefaultSelector | body of the request |
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DefaultResponse Some($body)
Name | Type | Description | Notes |
---|---|---|---|
body | DefaultSelector | body of the request |
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
DefaultResponse Update($id, $body)
Name | Type | Description | Notes |
---|---|---|---|
id | string | Mongo ID of target instance | |
body | DefaultSelector | body of the request |
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]