Skip to content

Fix bug in OpenAPI docs for pseudonymize endpoints #95

Description

@skykanin

Some endpoints show the wrong json return type in the OpenAPI documentation. Specifically they're missing the datadoc and metadata fields.

  • Check all endpoints for which ones have incorrect docs
  • Derive documentation from data classes that are serialized to JSON so that OpenAPI documentation doesn't go out of sync
    • Use @ApiResponse(content = @Content(schema = @Schema(implementation= DTO.class))) annotation for this
    • This can be done once the file pseudonymization endpoints are removed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions