/api/projects/{project_id}/pipeline_frontend_apps_configs/rearrange
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
multipart/form-data
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
application/x-www-form-urlencoded
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
PATCH /api/projects/{project_id}/pipeline_frontend_apps_configs/rearrange
/api/projects/{project_id}/pipeline_frontend_apps_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
DELETE /api/projects/{project_id}/pipeline_frontend_apps_configs/{id}
/api/projects/{project_id}/pipeline_frontend_apps_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/pipeline_frontend_apps_configs/{id}
/api/projects/{project_id}/pipeline_frontend_apps_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
multipart/form-data
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
application/x-www-form-urlencoded
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
PATCH /api/projects/{project_id}/pipeline_frontend_apps_configs/{id}
/api/projects/{project_id}/pipeline_frontend_apps_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
PUT /api/projects/{project_id}/pipeline_frontend_apps_configs/{id}
/api/projects/{project_id}/pipeline_frontend_apps_configs/{id}/frontend
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/pipeline_frontend_apps_configs/{id}/frontend
/api/projects/{project_id}/pipeline_frontend_apps_configs/{id}/job
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
POST /api/projects/{project_id}/pipeline_frontend_apps_configs/{id}/job
/api/projects/{project_id}/pipeline_import_apps_configs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| limit | query | optional | integer | Number of results to return per page. |
| offset | query | optional | integer | The initial index from which to return the results. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/pipeline_import_apps_configs
/api/projects/{project_id}/pipeline_import_apps_configs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
POST /api/projects/{project_id}/pipeline_import_apps_configs
/api/projects/{project_id}/pipeline_import_apps_configs/rearrange
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
multipart/form-data
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
application/x-www-form-urlencoded
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
PATCH /api/projects/{project_id}/pipeline_import_apps_configs/rearrange
/api/projects/{project_id}/pipeline_import_apps_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
DELETE /api/projects/{project_id}/pipeline_import_apps_configs/{id}
/api/projects/{project_id}/pipeline_import_apps_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/pipeline_import_apps_configs/{id}
/api/projects/{project_id}/pipeline_import_apps_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
multipart/form-data
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
application/x-www-form-urlencoded
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
PATCH /api/projects/{project_id}/pipeline_import_apps_configs/{id}
/api/projects/{project_id}/pipeline_import_apps_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
PUT /api/projects/{project_id}/pipeline_import_apps_configs/{id}
/api/projects/{project_id}/pipeline_import_apps_configs/{id}/frontend
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/pipeline_import_apps_configs/{id}/frontend
/api/projects/{project_id}/pipeline_import_apps_configs/{id}/job
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
POST /api/projects/{project_id}/pipeline_import_apps_configs/{id}/job
/api/projects/{project_id}/pipeline_transformation_configs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| limit | query | optional | integer | Number of results to return per page. |
| offset | query | optional | integer | The initial index from which to return the results. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/pipeline_transformation_configs
/api/projects/{project_id}/pipeline_transformation_configs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
POST /api/projects/{project_id}/pipeline_transformation_configs
/api/projects/{project_id}/pipeline_transformation_configs/rearrange
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
multipart/form-data
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
application/x-www-form-urlencoded
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
PATCH /api/projects/{project_id}/pipeline_transformation_configs/rearrange
/api/projects/{project_id}/pipeline_transformation_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
DELETE /api/projects/{project_id}/pipeline_transformation_configs/{id}
/api/projects/{project_id}/pipeline_transformation_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/pipeline_transformation_configs/{id}
/api/projects/{project_id}/pipeline_transformation_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
multipart/form-data
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
application/x-www-form-urlencoded
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
PATCH /api/projects/{project_id}/pipeline_transformation_configs/{id}
/api/projects/{project_id}/pipeline_transformation_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
PUT /api/projects/{project_id}/pipeline_transformation_configs/{id}
/api/projects/{project_id}/pipeline_transformation_configs/{id}/frontend
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/pipeline_transformation_configs/{id}/frontend
/api/projects/{project_id}/pipeline_transformation_configs/{id}/job
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
POST /api/projects/{project_id}/pipeline_transformation_configs/{id}/job
/api/projects/{project_id}/plugin_configs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| limit | query | optional | integer | Number of results to return per page. |
| offset | query | optional | integer | The initial index from which to return the results. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/plugin_configs
/api/projects/{project_id}/plugin_configs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
POST /api/projects/{project_id}/plugin_configs
/api/projects/{project_id}/plugin_configs/rearrange
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
multipart/form-data
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
application/x-www-form-urlencoded
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
PATCH /api/projects/{project_id}/plugin_configs/rearrange
/api/projects/{project_id}/plugin_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
DELETE /api/projects/{project_id}/plugin_configs/{id}
/api/projects/{project_id}/plugin_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/plugin_configs/{id}
/api/projects/{project_id}/plugin_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
multipart/form-data
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
application/x-www-form-urlencoded
PatchedPluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| error | string | optional |
| order | integer | optional |
| config | string | optional |
| plugin | integer | optional |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | optional |
| created_at | string | optional |
| updated_at | string | optional |
| description | string | optional |
| plugin_info | string | optional |
| delivery_rate_24h | string | optional |
PATCH /api/projects/{project_id}/plugin_configs/{id}
/api/projects/{project_id}/plugin_configs/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
PUT /api/projects/{project_id}/plugin_configs/{id}
/api/projects/{project_id}/plugin_configs/{id}/frontend
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/plugin_configs/{id}/frontend
/api/projects/{project_id}/plugin_configs/{id}/job
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | integer | A unique integer value identifying this plugin config. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
multipart/form-data
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
application/x-www-form-urlencoded
PluginConfig
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| error | string | required |
| order | integer | required |
| config | string | required |
| plugin | integer | required |
| deleted | boolean | optional |
| enabled | boolean | optional |
| team_id | integer | required |
| created_at | string | required |
| updated_at | string | required |
| description | string | optional |
| plugin_info | string | required |
| delivery_rate_24h | string | required |
POST /api/projects/{project_id}/plugin_configs/{id}/job
/api/projects/{project_id}/plugin_configs/{plugin_config_id}/logs
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| limit | query | optional | integer | Number of results to return per page. |
| offset | query | optional | integer | The initial index from which to return the results. |
| plugin_config_id | path | required | string | — |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
GET /api/projects/{project_id}/plugin_configs/{plugin_config_id}/logs
/api/projects/{project_id}/property_definitions
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| event_names | query | optional | string | If sent, response value will have |
| excluded_properties | query | optional | string | JSON-encoded list of excluded properties |
| filter_by_event_names | query | optional | boolean | Whether to return only properties for events in |
| group_type_index | query | optional | integer | What group type is the property for. Only should be set if |
| is_feature_flag | query | optional | boolean | Whether to return only (or excluding) feature flag properties |
| is_numerical | query | optional | boolean | Whether to return only (or excluding) numerical property definitions |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
| properties | query | optional | string | Comma-separated list of properties to filter |
| search | query | optional | string | Searches properties by name |
| type | query | optional | string | What property definitions to return
|
No response body
GET /api/projects/{project_id}/property_definitions
/api/projects/{project_id}/property_definitions/seen_together
Allows a caller to provide a list of event names and a single property name
Returns a map of the event names to a boolean representing whether that property has ever been seen with that event_name
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
GET /api/projects/{project_id}/property_definitions/seen_together
/api/projects/{project_id}/property_definitions/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | — |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
DELETE /api/projects/{project_id}/property_definitions/{id}
/api/projects/{project_id}/property_definitions/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | — |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
GET /api/projects/{project_id}/property_definitions/{id}
/api/projects/{project_id}/property_definitions/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | — |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
PATCH /api/projects/{project_id}/property_definitions/{id}
/api/projects/{project_id}/property_definitions/{id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | — |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
PUT /api/projects/{project_id}/property_definitions/{id}
/api/projects/{project_id}/query
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
QueryRequest
| Property | Type | Required |
|---|---|---|
| async | boolean | optional |
| query | object | required |
| refresh | boolean | optional |
| client_query_id | string | optional |
multipart/form-data
QueryRequest
| Property | Type | Required |
|---|---|---|
| async | boolean | optional |
| query | object | required |
| refresh | boolean | optional |
| client_query_id | string | optional |
application/x-www-form-urlencoded
QueryRequest
| Property | Type | Required |
|---|---|---|
| async | boolean | optional |
| query | object | required |
| refresh | boolean | optional |
| client_query_id | string | optional |
POST /api/projects/{project_id}/query
/api/projects/{project_id}/query/draft_sql
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
No response body
GET /api/projects/{project_id}/query/draft_sql
/api/projects/{project_id}/query/{id}
(Experimental)
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | — |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
Query cancelled
DELETE /api/projects/{project_id}/query/{id}
/api/projects/{project_id}/query/{id}
(Experimental)
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | required | string | — |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
Query status
GET /api/projects/{project_id}/query/{id}
/api/projects/{project_id}/session_recording_playlists
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| created_by | query | optional | integer | — |
| limit | query | optional | integer | Number of results to return per page. |
| offset | query | optional | integer | The initial index from which to return the results. |
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
| short_id | query | optional | string | — |
GET /api/projects/{project_id}/session_recording_playlists
/api/projects/{project_id}/session_recording_playlists
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
application/json
SessionRecordingPlaylist
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| pinned | boolean | optional |
| deleted | boolean | optional |
| filters | object | optional |
| short_id | string | required |
| created_at | string | required |
| created_by | object | required |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
| description | string | optional |
| derived_name | string | optional |
| last_modified_at | string | required |
| last_modified_by | object | required |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
multipart/form-data
SessionRecordingPlaylist
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| pinned | boolean | optional |
| deleted | boolean | optional |
| filters | object | optional |
| short_id | string | required |
| created_at | string | required |
| created_by | object | required |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
| description | string | optional |
| derived_name | string | optional |
| last_modified_at | string | required |
| last_modified_by | object | required |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
application/x-www-form-urlencoded
SessionRecordingPlaylist
| Property | Type | Required |
|---|---|---|
| id | integer | required |
| name | string | optional |
| pinned | boolean | optional |
| deleted | boolean | optional |
| filters | object | optional |
| short_id | string | required |
| created_at | string | required |
| created_by | object | required |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
| description | string | optional |
| derived_name | string | optional |
| last_modified_at | string | required |
| last_modified_by | object | required |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
POST /api/projects/{project_id}/session_recording_playlists
/api/projects/{project_id}/session_recording_playlists/{short_id}
Hard delete of this model is not allowed. Use a patch API call to set “deleted” to true
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
| short_id | path | required | string | — |
No response body
DELETE /api/projects/{project_id}/session_recording_playlists/{short_id}
/api/projects/{project_id}/session_recording_playlists/{short_id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
| short_id | path | required | string | — |
GET /api/projects/{project_id}/session_recording_playlists/{short_id}
/api/projects/{project_id}/session_recording_playlists/{short_id}
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| project_id | path | required | string | Project ID of the project you’re trying to access. To find the ID of the project, make a call to /api/projects/. |
| short_id | path | required | string | — |
application/json
PatchedSessionRecordingPlaylist
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| pinned | boolean | optional |
| deleted | boolean | optional |
| filters | object | optional |
| short_id | string | optional |
| created_at | string | optional |
| created_by | object | optional |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
| description | string | optional |
| derived_name | string | optional |
| last_modified_at | string | optional |
| last_modified_by | object | optional |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
multipart/form-data
PatchedSessionRecordingPlaylist
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| pinned | boolean | optional |
| deleted | boolean | optional |
| filters | object | optional |
| short_id | string | optional |
| created_at | string | optional |
| created_by | object | optional |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
| description | string | optional |
| derived_name | string | optional |
| last_modified_at | string | optional |
| last_modified_by | object | optional |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
application/x-www-form-urlencoded
PatchedSessionRecordingPlaylist
| Property | Type | Required |
|---|---|---|
| id | integer | optional |
| name | string | optional |
| pinned | boolean | optional |
| deleted | boolean | optional |
| filters | object | optional |
| short_id | string | optional |
| created_at | string | optional |
| created_by | object | optional |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
| description | string | optional |
| derived_name | string | optional |
| last_modified_at | string | optional |
| last_modified_by | object | optional |
| └ id | integer | required |
| └ uuid | string | required |
| string | required | |
| └ last_name | string | optional |
| └ first_name | string | optional |
| └ distinct_id | string | optional |
| └ is_email_verified | boolean | optional |
PATCH /api/projects/{project_id}/session_recording_playlists/{short_id}