Forum Discussion

device78's avatar
device78
New Contributor
2 years ago

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

  • device78's avatar
    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