Metrics
Create an application to connect reported metrics
Is used to report usage as well which sdk the application uses
post/api/admin/metrics/applications/{appName}
Path parameters
appNamestring required
Request body
Example request
{
"strategies": [
"standard",
"gradualRollout",
"mySpecialCustomStrategy"
],
"url": "https://github.com/Unleash/unleash-proxy-client-js",
"color": "red",
"icon": "https://github.com/favicon.ico"
}Response
This response has no body.