Fixing API #58
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
SEP4-5X/cloud-microservices!58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "web-api/error-fixing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The API had a few issues that should be sorted now. Among them:
The API expected multiple bodies instead of a single JSON String, it didn't share the Ids that are needed for the comments and it used patch instead of put for some http methods (patch has less widespread support).