Account schema: specify that pleroma.relationship is nullable
[akkoma] / lib / pleroma / web / api_spec / schemas / account_relationship.ex
index 2cda196318abd2cee305b2f01ac8c091d6313aeb..16b73ebb4191e02d32be50bcbc8e34b7ba13a6ee 100644 (file)
@@ -10,7 +10,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.AccountRelationship do
 
   OpenApiSpex.schema(%{
     title: "AccountRelationship",
-    description: "Response schema for relationship",
+    description: "Relationship between current account and requested account",
     type: :object,
     properties: %{
       blocked_by: %Schema{type: :boolean},