From 2f4b1a5cd4eb7a6281b48713a3d31f270ceb76ef Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 20 Dec 2023 12:20:41 +0100 Subject: [PATCH] Use id of existing repo for convenience --- docs/unsure-where-to-put/dev-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unsure-where-to-put/dev-notes.md b/docs/unsure-where-to-put/dev-notes.md index 5aca094dfc..0074ca9147 100644 --- a/docs/unsure-where-to-put/dev-notes.md +++ b/docs/unsure-where-to-put/dev-notes.md @@ -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" } ```