This commit is contained in:
Shreyas Goenka 2025-02-05 20:59:01 +01:00
parent 5e2e03a90c
commit 0253039aa2
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ Pattern = "POST /telemetry-ext"
Response.Body = '''
{
"error_code": "ERROR_CODE",
"message": "Endpoint not found."
"message": "Endpoint not implemented."
}
'''
Response.StatusCode = 404
Response.StatusCode = 501
[[Repls]]
Old = '17\d{11}'