Closed Ajinx1 closed 3 months ago
This pull request introduces a new API endpoint to update timezone information.
PATCH /api/v1/timezones/{id}
API DOC HERE
Authorization Header:
{ "Authorization": "Bearer <token>" }
This pull request addresses Issue 287.
The changes have been tested with the following methods:
Description
This pull request introduces a new API endpoint to update timezone information.
Key Features
PATCH /api/v1/timezones/{id}
API DOC HERE
Acceptance Criteria
Authorization Header:
Related Issue
This pull request addresses Issue 287.
How Has This Been Tested?
The changes have been tested with the following methods:
Screenshots (if appropriate - Postman, etc.)
Types of Changes
Checklist