Implement PUT /roles/{id}
Endpoint for updating a role
#18
Labels
Milestone
PUT /roles/{id}
Endpoint for updating a role
#18
Description:
This task involves adding functionality to update an existing role in the Laravel project. The
PUT /roles/{id}
endpoint allows clients to send updated information for a specific role identified by itsid
.Tasks:
PUT /roles/{id}
request.id
.Acceptance Criteria:
id
parameter should be required in the request URL.Additional Information:
The text was updated successfully, but these errors were encountered: