device78
2 years agoNew 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