diff options
author | Anthony Wang | 2022-06-16 11:11:57 -0500 |
---|---|---|
committer | Anthony Wang | 2022-06-16 11:11:57 -0500 |
commit | 2a013b8fe449ad5e73a259822b8092c980da1c59 (patch) | |
tree | 6330eeb66ee6882674a97898e193db1b6d0d3c6c | |
parent | 3a8b8408b4c12ddc845f035e96e3fc291e2bf860 (diff) |
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! 🤦
-rw-r--r-- | templates/swagger/v1_json.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 071020ecc..2daf85586 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -31,7 +31,7 @@ "tags": [ "activitypub" ], - "summary": "Returns the person", + "summary": "Returns the Person actor for a user", "operationId": "activitypubPerson", "parameters": [ { |