validate person

This commit is contained in:
Michael Jerger 2024-01-04 18:04:46 +01:00
parent 0505baab2b
commit 6e46739090
4 changed files with 101 additions and 6 deletions

View file

@ -89,9 +89,10 @@ curl -X 'POST' \
```json
{
"id": "http://localhost:3000/api/v1/activitypub/user-id/1/outbox/12345",
"type": "Star",
"type": "Like",
"actor": "https://federated-repo.prod.meissa.de/api/v1/activitypub/user-id/13",
"object": "http://localhost:3000/api/v1/activitypub/repository-id/1"
"object": "http://localhost:3000/api/v1/activitypub/repository-id/2",
"startTime": "2014-12-31T23:00:00-08:00"
}
```