@attraqt/activities-openapi
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -90,2 +90,76 @@ { | ||
} | ||
}, | ||
"/{trackerKey}/users/{identityRepository}/{identity}/clusters": { | ||
"get": { | ||
"tags": [ | ||
"AI Scores", | ||
"clusters" | ||
], | ||
"summary": "Get AI scores clusters", | ||
"parameters": [ | ||
{ | ||
"name": "trackerKey", | ||
"in": "path", | ||
"required": true, | ||
"description": "Tracker key that uniquely identifies your application", | ||
"schema": { | ||
"type": "string" | ||
} | ||
}, | ||
{ | ||
"name": "identityRepository", | ||
"in": "path", | ||
"required": true, | ||
"description": "Identity repository used to identify the user", | ||
"schema": { | ||
"type": "string" | ||
} | ||
}, | ||
{ | ||
"name": "identity", | ||
"in": "path", | ||
"required": true, | ||
"description": "user ID", | ||
"schema": { | ||
"type": "string" | ||
} | ||
} | ||
], | ||
"responses": { | ||
"200": { | ||
"description": "Success", | ||
"content": { | ||
"application/json": { | ||
"schema": { | ||
"type": "object", | ||
"example": { | ||
"5ce2a8dbd8c622244f5d1130": { | ||
"1586436731840": 9, | ||
"1586307414486": 7 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"400": { | ||
"description": "Invalid request", | ||
"content": { | ||
"application/json": { | ||
"schema": { | ||
"type": "object", | ||
"properties": { | ||
"error": { | ||
"type": "string" | ||
}, | ||
"message": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
@@ -241,2 +315,2 @@ }, | ||
} | ||
} | ||
} |
{ | ||
"name": "@attraqt/activities-openapi", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "OpenAPI definition of the activity API", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "8eef5d2dae47c21575dfd33f498015d810d1aab6" | ||
"gitHead": "614920eb0f41d6c98cf1e086d75382f5cf27e322" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7998
313