[BUG] Connector API docs: auditLog
createdBy
does not match format
#32
Labels
bug
Something isn't working
auditLog
createdBy
does not match format
#32
Describe the bug
When listing
Relationships
viaGET /api/v2/Relationships
, the returnedauditLog
entries aren't API-conform: According to the API schema theRelationshipAuditLogEntry
's contentcreatedBy
should be of formatdate-time
[1]. However, it rather looks like adid
.[1] https://github.com/nmshd/connector/blob/85d94e75fb126a8c05fcd67dadd336e125b32fe6/src/modules/coreHttpApi/openapi.yml#L6032-L6035
To Reproduce
GET api/v2/Relationships
Expected behavior
Please update the OpenAPI docs to represent the API response. Probably,
$ref: "#/components/schemas/Address"
is desired.Environment
The text was updated successfully, but these errors were encountered: