stats_service
Create dashboard
post/api/v1/services/stats/dashboard
Query parameters
project_idinteger required
Project ID
Request body
Example request
{
"name": "Test",
"attributes": {
"first_key": "1",
"second_key": 2
}
}Response
Dashboard
Example response
{
"name": "Test",
"project_id": 1647024163,
"attributes": {
"first_key": "1",
"second_key": 2
},
"date_change": 1690889913000,
"date_create": 1690889913000
}