From 5027d0ced25f06c12208cd618cfbb83518610d79 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 4 May 2023 12:28:50 +0200 Subject: [bugfix] Serve correct 'application/jrd+json' content type for webfinger requests (#1738) * [bugfix] Return `application/jrd+json` from webfinger queries * update finger req content-type --- docs/api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 540a7dbc3..25527439d 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -2582,7 +2582,7 @@ paths: See: https://webfinger.net/ operationId: webfingerGet produces: - - application/json + - application/jrd+json responses: "200": description: "" -- cgit v1.2.3