From 9375c77b1e97c1494a389e0e978ac777fc831208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotny=CC=81?= Date: Mon, 18 Nov 2024 11:18:25 +0100 Subject: [PATCH 1/2] chore: Add info about omitted user fields --- sources/platform/api_v2/api_v2_reference.apib | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/platform/api_v2/api_v2_reference.apib b/sources/platform/api_v2/api_v2_reference.apib index 395b09a31e..7cd68f50d9 100644 --- a/sources/platform/api_v2/api_v2_reference.apib +++ b/sources/platform/api_v2/api_v2_reference.apib @@ -4012,6 +4012,8 @@ This operation requires no authentication token. Returns information about the current user account, including both public and private information. The user account is identified by the provided authentication token. +The fields `plan`, `email` and `profile` are omitted when this endpoint is accessed from Actor run. + + Response 200 (application/json) + Attributes From ee0d2b35f5d9b0d8793de027b599ee0a6fd1679f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotny=CC=81?= Date: Mon, 18 Nov 2024 11:23:40 +0100 Subject: [PATCH 2/2] Remove new line --- sources/platform/api_v2/api_v2_reference.apib | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/platform/api_v2/api_v2_reference.apib b/sources/platform/api_v2/api_v2_reference.apib index 7cd68f50d9..5c6b9dfbe0 100644 --- a/sources/platform/api_v2/api_v2_reference.apib +++ b/sources/platform/api_v2/api_v2_reference.apib @@ -4011,7 +4011,6 @@ This operation requires no authentication token. Returns information about the current user account, including both public and private information. The user account is identified by the provided authentication token. - The fields `plan`, `email` and `profile` are omitted when this endpoint is accessed from Actor run. + Response 200 (application/json)