Skip to content

DELETE operation on /users/{username}/suspended missing path param #30

Closed
@savage-alex

Description

@savage-alex

Hi,

I validated the API def with SwaggerHub and it (correctly IMO) found an error:
image

Your path parameter needs to either be added into the DELETE operation (its currently only on PUT) or better still move it outside of the PUT operation and it is then shared by all of the operations on that path (PUT and DELETE)
FROM:
image
TO:
image
This will remove the OAS3 validation error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions