We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The return type of the organization endpoint needs to be updated to provide a more consistent with the established source of truth.
{ "status_code": 201, "messge": "Organisation created", "data": { "id": "af920bf9-6443-4aaa-a5c5-5fff5e663479", "name": "string", "description": "string", "owner_id": "0b57d03b-240c-4a6c-bd6e-1d13e465113a", "email": "[email protected]", "industry": "string", "type": "string", "country": "string", "address": "string", "state": "string", "created_at": "2025-02-28T07:58:32.831Z", "updated_at": "2025-02-28T07:58:32.831Z" } }
The text was updated successfully, but these errors were encountered:
Dev-Tonia
No branches or pull requests
Description:
The return type of the organization endpoint needs to be updated to provide a more consistent with the established source of truth.
Acceptance Criteria:
Expected Outcome:
{ "status_code": 201, "messge": "Organisation created", "data": { "id": "af920bf9-6443-4aaa-a5c5-5fff5e663479", "name": "string", "description": "string", "owner_id": "0b57d03b-240c-4a6c-bd6e-1d13e465113a", "email": "[email protected]", "industry": "string", "type": "string", "country": "string", "address": "string", "state": "string", "created_at": "2025-02-28T07:58:32.831Z", "updated_at": "2025-02-28T07:58:32.831Z" } }
Changes to be made:
The text was updated successfully, but these errors were encountered: