mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-22 09:54:24 +01:00
Correct API urls
This commit is contained in:
parent
9fa8d19cf4
commit
7541251d63
|
@ -11,11 +11,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
# json notation
|
# 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",
|
"type": "Star",
|
||||||
"source": "forgejo",
|
"source": "forgejo",
|
||||||
"actor": "https://repo.prod.meissa.de/api/activitypub/user-id/1",
|
"actor": "https://repo.prod.meissa.de/api/v1/activitypub/user-id/1",
|
||||||
"object": "https://codeberg.org/api/activitypub/repository-id/1"
|
"object": "https://codeberg.org/api/v1/activitypub/repository-id/1"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue