From 34d2a43c5c969edd2d67a796e974ee92ddb8eece Mon Sep 17 00:00:00 2001 From: Levi Bard Date: Tue, 21 Aug 2018 19:27:40 +0200 Subject: [PATCH] Document the api added in https://github.com/tootsuite/mastodon/pull/6789 (#672) --- Using-the-API/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 8d39bb0f..f7ccc661 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -109,6 +109,7 @@ Form data: | `avatar` | An avatar for the user (encoded using `multipart/form-data`) | yes | | `header` | A header image for the user (encoded using `multipart/form-data`) | yes | | `locked` | Manually approve followers? | yes | +| `source` | (2.4 or later) extra `source` attribute from `verify_credentials` | yes | | `fields_attributes[0][name]` | (2.4 or later) Label of profile metadata field. | yes | | `fields_attributes[0][value]` | (2.4 or later) Value of profile metadata field. | yes |