Marpps (0.0.17)
Download OpenAPI specification:Download
Update existing marpp Deprecated
Update existing marco application
Authorizations:
path Parameters
| marppId required | string Marco Application ID |
Request Body schema: application/json
| appURL | string |
| id | integer <int64> |
| imageURL | string |
| marppId | string |
| name | string |
| projectId | string |
| resourceId | string |
Responses
Request samples
- Payload
{- "appURL": "string",
- "id": 0,
- "imageURL": "string",
- "marppId": "string",
- "name": "string",
- "projectId": "string",
- "resourceId": "string"
}Response samples
- 200
{- "appURL": "string",
- "id": 0,
- "imageURL": "string",
- "marppId": "string",
- "name": "string",
- "projectId": "string",
- "resourceId": "string"
}Set marpp image Deprecated
Set marco application image
Authorizations:
path Parameters
| marppId required | string Marco Application ID |
Request Body schema: application/json
| data | string |
| format | string |
Responses
Request samples
- Payload
{- "data": "string",
- "format": "string"
}Response samples
- 200
{- "appURL": "string",
- "id": 0,
- "imageURL": "string",
- "marppId": "string",
- "name": "string",
- "projectId": "string",
- "resourceId": "string"
}Get marpp by app token Deprecated
Get marco applications by app token
Authorizations:
path Parameters
| appToken required | string Application Token |
Responses
Response samples
- 200
{- "appURL": "string",
- "id": 0,
- "imageURL": "string",
- "marppId": "string",
- "name": "string",
- "projectId": "string",
- "resourceId": "string"
}Get marpp by its id Deprecated
Get marco applications by its ID
Authorizations:
path Parameters
| marppId required | string Marco Application ID |
Responses
Response samples
- 200
{- "appURL": "string",
- "id": 0,
- "imageURL": "string",
- "marppId": "string",
- "name": "string",
- "projectId": "string",
- "resourceId": "string"
}Create new marpp Deprecated
Create new marco application
Authorizations:
Request Body schema: application/json
| appURL | string |
| id | integer <int64> |
| imageURL | string |
| marppId | string |
| name | string |
| projectId | string |
| resourceId | string |
Responses
Request samples
- Payload
{- "appURL": "string",
- "id": 0,
- "imageURL": "string",
- "marppId": "string",
- "name": "string",
- "projectId": "string",
- "resourceId": "string"
}Response samples
- 201
{- "appURL": "string",
- "id": 0,
- "imageURL": "string",
- "marppId": "string",
- "name": "string",
- "projectId": "string",
- "resourceId": "string"
}Page of marpps on project Deprecated
Page of marco applications in a project
Authorizations:
path Parameters
| project required | string Marco Project |
query Parameters
| resourceId | string Default: "" The resourceId of the project that you want to return |
| size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
| page | integer <int> >= 0 Default: 0 The page number that you want to return |
| sort | Array of strings Example: sort=name,name,asc,name,desc The sort order that you want to return. You can specify one or more comma-separated sort keys, each followed by
an optional sort direction of either If you want to sort in descending order, append Examples of valid sort query parameters include:
|
Responses
Response samples
- 200
{- "contentType": "MarppPage"
}