Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Get your API key from the WatchAPI Cloud dashboard.
In: header
Request Body
application/json
id*string
Length
1 <= lengthname?string
Length
1 <= lengthpathTemplate?string
requestPath?string
method?string
Value in
"GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS"externalId?string
sourceLocation?string
bodySchema?string
bodyOverrides?string
headersSchema?
headersOverrides?
querySchema?
queryOverrides?
setDirectives?array<>
setDirectivesOverrides?array<>
headers?
body?string
url?string
expectedStatus?integer
Range
100 <= value <= 599timeout?integer
Range
0 < value <= 9007199254740991interval?integer
Range
0 < value <= 9007199254740991isActive?boolean
collectionId?string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://watchapi.dev/api/trpc/apiEndpoint.update" \ -H "Content-Type: application/json" \ -d '{ "id": "string" }'{
"id": "string",
"name": "string",
"pathTemplate": "string",
"requestPath": "string",
"method": "string",
"externalId": "string",
"sourceLocation": "string",
"bodySchema": "string",
"bodyOverrides": "string",
"headersSchema": {
"property1": "string",
"property2": "string"
},
"headersOverrides": {
"property1": "string",
"property2": "string"
},
"querySchema": {
"property1": "string",
"property2": "string"
},
"queryOverrides": {
"property1": "string",
"property2": "string"
},
"setDirectives": [
{
"varName": "string",
"responsePath": "string"
}
],
"setDirectivesOverrides": [
{
"varName": "string",
"responsePath": "string"
}
],
"headers": "string",
"body": "string",
"url": "string",
"expectedStatus": 0,
"timeout": 0,
"interval": 0,
"lastCheckedAt": "string",
"isActive": true,
"verifiedAt": "string",
"verifiedBy": "string",
"verificationSource": "string",
"verificationCommit": "string",
"verificationEnvironment": "string",
"userId": "string",
"organizationId": "string",
"collectionId": "string",
"monitoringChecks": null,
"createdAt": "string",
"updatedAt": "string"
}{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}