Skip to content

Commit 24c038d

Browse files
author
github-actions
committed
Update REST API documentation Wed Apr 8 10:15:34 UTC 2026
1 parent cb02b5c commit 24c038d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

restapi.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,16 @@
16381638
}
16391639
}
16401640
}
1641+
},
1642+
"404": {
1643+
"description": "Failure",
1644+
"content": {
1645+
"application/json": {
1646+
"schema": {
1647+
"$ref": "#/components/schemas/NotFoundErrorResponse"
1648+
}
1649+
}
1650+
}
16411651
}
16421652
}
16431653
}
@@ -1846,6 +1856,16 @@
18461856
}
18471857
}
18481858
}
1859+
},
1860+
"404": {
1861+
"description": "Failure",
1862+
"content": {
1863+
"application/json": {
1864+
"schema": {
1865+
"$ref": "#/components/schemas/NotFoundErrorResponse"
1866+
}
1867+
}
1868+
}
18491869
}
18501870
}
18511871
}

0 commit comments

Comments
 (0)