add full URLs to share modes

- full_url for SharedServer
- full_accept_url for ShareCode
This commit is contained in:
Min RK
2024-05-14 23:57:27 +02:00
parent 06c8d22087
commit 02df033227
4 changed files with 29 additions and 3 deletions

View File

@@ -286,6 +286,7 @@ The response contains the code itself:
{
"code": "abc1234....",
"accept_url": "/hub/accept-share?code=abc1234",
"full_accept_url": "https://hub.example.org/hub/accept-share?code=abc1234",
"id": "sc_1234",
"scopes": [...],
...