Update Command
PATCH/api/commands?slug=:slug
Updates an existing command by slug.
Only the fields provided in the request body will be updated. All other fields will remain unchanged.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Command updated successfully
Invalid request body or query parameters
Authentication required or invalid token
Command not found
Internal server error