Skip to content

fix: move touch endpoint to ops/touch — admin/ is reserved#15

Merged
dsghi merged 2 commits into
mainfrom
devbrain-fix-touch-route
Apr 13, 2026
Merged

fix: move touch endpoint to ops/touch — admin/ is reserved#15
dsghi merged 2 commits into
mainfrom
devbrain-fix-touch-route

Conversation

@dsghi
Copy link
Copy Markdown
Contributor

@dsghi dsghi commented Apr 13, 2026

Summary

  • /admin/ route prefix is reserved by the Azure Functions runtime for host management APIs — our admin/touch route was being swallowed, causing 404
  • Moved to ops/touch with AuthorizationLevel.Function

Test plan

  • Deploy and call POST /ops/touch with function key from portal Test/Run

🤖 Generated with Claude Code

dsghi and others added 2 commits April 12, 2026 17:36
…ns runtime

The Azure Functions runtime reserves the /admin/ route prefix for its
own host APIs, causing our admin/touch route to 404. Moved to ops/touch
and switched to AuthorizationLevel.Function.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Documents GetDocumentMetadata, CompareDocument, and the recommended
sync workflow for checking before writing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dsghi dsghi merged commit fc25079 into main Apr 13, 2026
4 checks passed
@dsghi dsghi deleted the devbrain-fix-touch-route branch April 13, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant