From 390f2a747f39d123ccd102cd8b78e9f342dafa35 Mon Sep 17 00:00:00 2001 From: Ornithologist Coder Date: Thu, 25 May 2017 09:04:29 +0200 Subject: [PATCH] Reflects the latest API version The API.md document should reflect the currently API version and, for the current version, Mastodon's version is always present. Therefore, the version attribute it's not nullable. --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index e941e87a..39b0e1df 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -593,7 +593,7 @@ Note: Some attributes in the entity payload can have ``null`` value and are mark | `title` | The instance's title | no | | `description` | A description for the instance | no | | `email` | An email address which can be used to contact the instance administrator | no | -| `version` | The Mastodon version used by instance (as of version 1.3). | yes | +| `version` | The Mastodon version used by instance. | no | ### Mention