make generate-swagger
For some reason I didn't realize that /templates/swagger/v1_json.tmpl was machine-generated by make generate-swagger... I've been editing it by hand for three months! 🤦
This commit is contained in:
parent
3a8b8408b4
commit
2a013b8fe4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
"tags": [
|
||||
"activitypub"
|
||||
],
|
||||
"summary": "Returns the person",
|
||||
"summary": "Returns the Person actor for a user",
|
||||
"operationId": "activitypubPerson",
|
||||
"parameters": [
|
||||
{
|
||||
|
|
Reference in a new issue