From c9ed063a36fc5390d145419e4483525bc03d36d8 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 11 Apr 2016 11:47:40 +0100 Subject: [PATCH] Small copy paste error 'avatar url' should be 'profile information' --- api/client-server/profile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/profile.yaml b/api/client-server/profile.yaml index a1472feb3..db3148cd4 100644 --- a/api/client-server/profile.yaml +++ b/api/client-server/profile.yaml @@ -178,7 +178,7 @@ paths: - in: path type: string name: userId - description: The user whose avatar URL to get. + description: The user whose profile information to get. required: true x-example: "@alice:example.com" responses: