Commit 2de04d10 authored by Mo Firouz's avatar Mo Firouz
Browse files

Add missing parameters for adding friend in swagger spec.

parent 669f7a22
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -923,6 +923,28 @@
            }
          }
        },
        "parameters": [
          {
            "name": "ids",
            "description": "The account id of a user.",
            "in": "query",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          {
            "name": "usernames",
            "description": "The account username of a user.",
            "in": "query",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        ],
        "tags": [
          "Nakama"
        ]