ContributionsMost RecentMost LikesSolutionsRe: Color method Post 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 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