Skip to content

swagger - console api - few api not working to test in swagger UI #2778

@Sandeep-Narahari

Description

@Sandeep-Narahari

While testing the console api in swagger few of the endpoints getting the below errors

{
"error": "BadRequestError",
"message": "Validation error",
"code": "validation_error",
"type": "validation_error",
"data": [
{
"received": "{coin",
"code": "invalid_enum_value",
"options": [
"akash-network",
"usd-coin"
],
"path": [
"coin"
],
"message": "Invalid enum value. Expected 'akash-network' | 'usd-coin', received '{coin'"
}
]
}
akt price issue because payload is going as coin instead of akash-network Image

Image Image Image Image

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