Suggested improvements for the issue
Here is the corrected title and body:
Create endpoints for retrieving and updating work details and status.
Create an endpoint for retrieving work details (GET /works//details) and return all the details of a specific work.
Create an endpoint for updating work details (PUT /works//details) allowing the modification of specific work details.
Similarly, create an endpoint for retrieving work status (GET /works//status) and returning the current status of a specific work.
Create an endpoint for updating work status (PUT /works//status) allowing the updating of the status of a specific work.
Note: The body of the issue lacked proper formatting, and the language was somewhat unclear. I corrected it to improve readability and clarity while maintaining the original meaning.
Create an endpoint for retrieving work details (GET /works//details)
Create an endpoint for updating work details (PUT /works//details)
Create an endpoint for retrieving work status (GET /works//status)
Create an endpoint for updating work status (PUT /works//status)