diff --git a/docs/unsure-where-to-put/dev-notes.md b/docs/unsure-where-to-put/dev-notes.md index 0074ca9147..028faa8a15 100644 --- a/docs/unsure-where-to-put/dev-notes.md +++ b/docs/unsure-where-to-put/dev-notes.md @@ -90,8 +90,8 @@ curl -X 'POST' \ { "id": "http://localhost:3000/api/v1/activitypub/user-id/1/outbox/12345", "type": "Star", - "source": "forgejo", - "actor": "http://localhost:3000/api/v1/activitypub/user-id/5", + "source": "invalid", + "actor": "https://federated-repo.prod.meissa.de/api/v1/activitypub/user-id/13", "object": "http://localhost:3000/api/v1/activitypub/repository-id/1" } ```