Skip to content

[Feature] Typos on response body messages #31

@alexghergh

Description

@alexghergh

The endpoints for groups, banks, and goals have small typos in their response messages.

Ex:
{{host}}/api/banks/{{testGroupName}}/{{testBankName}}
{
"statusCode": 404,
"message": "Resource not found!",
"details": "The piggy bank \"testBank\" could not be found!"
}

SHOULD BE:
...
"details": "The piggy bank testBank could not be found!"
...

OR

{{host}}/api/groups/{{testGroupName}} (when the group isn't found)
{
"statusCode": 404,
"message": "Resource not found!",
"details": "testGroupcould not be found! Try again!"
}

SHOULD BE:
...
"details": "testGroup could not be found! Try again!"
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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