mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Use id of existing repo for convenience
This commit is contained in:
parent
ff146a9430
commit
2f4b1a5cd4
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ curl -X 'POST' \
|
|||
"type": "Star",
|
||||
"source": "forgejo",
|
||||
"actor": "http://localhost:3000/api/v1/activitypub/user-id/5",
|
||||
"object": "http://localhost:3000/api/v1/activitypub/repository-id/2"
|
||||
"object": "http://localhost:3000/api/v1/activitypub/repository-id/1"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue