Name | Method | Endpoint |
---|---|---|
Create new global Param | POST | /api/v2/global-params |
Delete specific global Param | DELETE | /api/v2/global-params/{key} |
Get all global Params | GET | /api/v2/global-params |
Retrieve Boomerang Flow Settings | GET | /api/v2/settings |
Retrieve feature flags. | GET | /api/v2/features |
Retrieve this instances context, features, and navigation. | GET | /api/v2/context |
Retrieve navigation. | GET | /api/v2/navigation |
Register and activate an installation of Flow | PUT | /api/v2/activate |
**** | PUT | /api/v2/global-params |
Update Boomerang Flow Settings | PUT | /api/v2/settings |
POST /api/v2/global-params
Name | Type | Required | Description | Notes | Example |
---|
Schema | Required |
---|---|
AbstractParam | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json
*/*
DELETE /api/v2/global-params/{key}
Name | Type | Required | Description | Notes | Example |
---|---|---|---|---|---|
key | String | true | Defaults to null. | key_example |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
Not defined
null (empty response body)
GET /api/v2/global-params
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
GET /api/v2/settings
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
GET /api/v2/features
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
GET /api/v2/context
This endpoint does not need any parameter.
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
GET /api/v2/navigation?team=my-amazing-team
Name | Type | Required | Description | Notes | Example |
---|---|---|---|---|---|
team | String | false | Team as owner reference | Defaults to null. | my-amazing-team |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
PUT /api/v2/activate
Name | Type | Required | Description | Notes | Example |
---|
Schema | Required |
---|---|
OneTimeCode | false |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json
*/*
Boolean
PUT /api/v2/global-params
Name | Type | Required | Description | Notes | Example |
---|
Schema | Required |
---|---|
AbstractParam | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json
*/*
PUT /api/v2/settings
Name | Type | Required | Description | Notes | Example |
---|
Schema | Required |
---|---|
List | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json
*/*