From 7541251d635cfc7fa99bf0ed38c1fc0fd1b6d8c2 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 15 Nov 2023 12:28:26 +0100 Subject: [PATCH] Correct API urls --- docs/unsure-where-to-put/adr_star_activity.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/unsure-where-to-put/adr_star_activity.md b/docs/unsure-where-to-put/adr_star_activity.md index 4ed9a8fe9f..b41e582aae 100644 --- a/docs/unsure-where-to-put/adr_star_activity.md +++ b/docs/unsure-where-to-put/adr_star_activity.md @@ -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" } ```