Color method Post
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023
06:42 AM
02-28-2023
06:42 AM
Color method Post
Good morning, we changed a call from 'delete' to 'post'.
In particular
/**
* @OA\Delete(
* path="/company/delete",
into
/**
* @OA\Posts(
* path="/company/delete",
everything works perfectly.
But is it possible to set the color of that post method and not make it the default like the others but set the color 'red' as if it were a delete ?
thanks
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023
02:09 AM
03-01-2023
02:09 AM
I bypassed the problem like this:
I gave that method an operationId="Metodh-custom-delete" and inserted a custom css with the same rules as the delete
