All URIs are relative to https://<CONFLUENCE_URL>/rest/bootstrapi/1
Method | HTTP request | Description |
---|---|---|
deleteGadgets | DELETE /gadgets | Delete all gadgets |
getGadgets | GET /gadgets | Get all gadgets |
setGadgets | PUT /gadgets | Set a list of gadgets |
deleteGadgets(force)
Delete all gadgets
NOTE: The 'force' parameter must be set to 'true' in order to execute this request.
Name | Type | Description | Notes |
---|---|---|---|
force | Boolean | [optional] [default to null] |
null (empty response body)
- Content-Type: Not defined
- Accept: /
List getGadgets()
Get all gadgets
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
List setGadgets(GadgetBean)
Set a list of gadgets
NOTE: This will only create gadgets that does not exist yet as there is no real 'update'.
Name | Type | Description | Notes |
---|---|---|---|
GadgetBean | List |
- Content-Type: application/json
- Accept: application/json