Class: Vellum::MethodEnum
- Inherits:
-
Object
- Object
- Vellum::MethodEnum
- Defined in:
- lib/vellum_ai/types/method_enum.rb
Overview
-
‘DELETE` - DELETE
Constant Summary collapse
- POST =
"POST"
- GET =
"GET"
- PATCH =
"PATCH"
- PUT =
"PUT"
- DELETE =
"DELETE"