SerenAI

Pay Per Call Agentic Commerce

HttpMethod

HTTP method for endpoint definitions

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "HTTP method for endpoint definitions",
  "enum": [
    "GET",
    "POST",
    "PUT",
    "DELETE",
    "PATCH"
  ]
}