Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Wrong data format in swagger example  #3588

@MDeLuise

Description

@MDeLuise

Describe the bug
Swagger documentation for accounts at:

  • GET /{scopeId}/accounts
  • POST /{scopeId}/accounts
  • GET /{scopeId}/accounts/{accountId}
  • PUT /{scopeId}/accounts/{accountId}

Mistakenly shows expirationDate: 2019-31-12T00:00:00.000Z as an example value for the expiration date.
The value 2019-31-12T00:00:00.000Z is wrong and the correct one should be 2019-12-31T00:00:00.000Z.

Check the OpenAPI specification as well and fix if necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugThis is a bug or an unexpected behaviour. Fix it!DocumentationDoc... What?? Joke! We will write some!

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions