mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
Correct API urls
This commit is contained in:
parent
9fa8d19cf4
commit
7541251d63
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@
|
|||
}
|
||||
|
||||
# json notation
|
||||
{"id": "https://repo.prod.meissa.de/api/activitypub/user-id/1/outbox/12345",
|
||||
{"id": "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1/outbox/12345",
|
||||
"type": "Star",
|
||||
"source": "forgejo",
|
||||
"actor": "https://repo.prod.meissa.de/api/activitypub/user-id/1",
|
||||
"object": "https://codeberg.org/api/activitypub/repository-id/1"
|
||||
"actor": "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1",
|
||||
"object": "https://codeberg.org/api/v1/activitypub/repository-id/1"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue