Overview:
This document is a summary of additions, changes or enhancements made to the Halcyon WebAPI interface in the month of August, 2022.
What's New:
New APIs:
Endpoint |
Description |
GET /docs |
Moved doc UI from /static/redoc to /docs |
What's Changed:
Modified APIs:
Endpoint |
Description |
GET /v1/threat/:threatId |
Marked certificate_list field as optional |
GET /v1/event/critical |
Updated the response schema |
All |
Standardized datetime usage to always be a UTC datetime. When returning a datetime in a response or accepting a datetime in a request, the API will always use an ISO-8601 datetime string |
GET /api.json |
Added servers information to OpenAPI spec |
Deleted APIs:
Endpoint |
Description |
GET /static/redoc |
Moved doc UI from /static/redoc to /docs |
POST /v1/registration |
Route formerly used to register a new tenant and user. Tenant creation has been moved to internal API so this route has been removed. |
Comments
0 comments
Please sign in to leave a comment.