Ask a Question

Color method Post

device78
New Contributor

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
device78
New Contributor

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

cancel
Showing results for 
Search instead for 
Did you mean: