From beda8100af8d5f85af1c2628d7da463df9e9a407 Mon Sep 17 00:00:00 2001 From: Rares Tritean Date: Wed, 8 Apr 2026 11:20:24 +0300 Subject: [PATCH] 2026.04.HF1.PublicAPIService.docs --- articles/LCPublicAPI/api/Public-API.v1.json | 65 ++++++++++----------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/articles/LCPublicAPI/api/Public-API.v1.json b/articles/LCPublicAPI/api/Public-API.v1.json index 04c554d..608ec02 100644 --- a/articles/LCPublicAPI/api/Public-API.v1.json +++ b/articles/LCPublicAPI/api/Public-API.v1.json @@ -21607,9 +21607,6 @@ "customer" ], "description": "- default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist.\r\n- customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer.\r\n- vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager.\r\n- custom : groups you can create in a location of your choice. Examples: Project Manager, Translator." - }, - "metadata": { - "$ref": "#/components/schemas/metadata" } } }, @@ -21720,9 +21717,6 @@ "items": { "type": "string" } - }, - "metadata": { - "$ref": "#/components/schemas/metadata" } } }, @@ -26970,8 +26964,12 @@ "type": "array", "description": "List of permission names that this permission depends on. Empty array if no dependencies.", "examples": [ - ["projectRead"], - ["identityGroupRead"], + [ + "projectRead" + ], + [ + "identityGroupRead" + ], [] ], "items": { @@ -28074,12 +28072,20 @@ "deprecated": true }, "account": { - "allOf": [{ "$ref": "#/components/schemas/account" }], + "allOf": [ + { + "$ref": "#/components/schemas/account" + } + ], "description": "The account the user is part of.", "deprecated": true }, "location": { - "allOf": [{ "$ref": "#/components/schemas/folder-v2" }], + "allOf": [ + { + "$ref": "#/components/schemas/folder-v2" + } + ], "deprecated": true }, "groups": { @@ -28090,11 +28096,19 @@ "deprecated": true }, "userType": { - "allOf": [{ "$ref": "#/components/schemas/user-type" }], + "allOf": [ + { + "$ref": "#/components/schemas/user-type" + } + ], "deprecated": true }, "status": { - "allOf": [{ "$ref": "#/components/schemas/user-status" }], + "allOf": [ + { + "$ref": "#/components/schemas/user-status" + } + ], "deprecated": true }, "invitationLink": { @@ -28103,7 +28117,11 @@ "deprecated": true }, "membership": { - "allOf": [{ "$ref": "#/components/schemas/account-membership-type" }], + "allOf": [ + { + "$ref": "#/components/schemas/account-membership-type" + } + ], "deprecated": true } }, @@ -31367,16 +31385,6 @@ "targetSegmentsDifferOption" ] }, - "metadata": { - "title": "Metadata", - "type": "object", - "description": "Additional metadata values in a key - value pair format", - "properties": { - "additionalProperties": { - "type": "object" - } - } - }, "user": { "title": "User", "type": "object", @@ -31448,9 +31456,6 @@ }, "membership": { "$ref": "#/components/schemas/account-membership-type" - }, - "metadata": { - "$ref": "#/components/schemas/metadata" } } }, @@ -31477,9 +31482,6 @@ }, "userDetails": { "$ref": "#/components/schemas/user-details" - }, - "metadata": { - "$ref": "#/components/schemas/metadata" } }, "required": [ @@ -31584,9 +31586,6 @@ "type": "object", "$ref": "#/components/schemas/object-id" } - }, - "metadata": { - "$ref": "#/components/schemas/metadata" } } }, @@ -32839,4 +32838,4 @@ } } } -} +} \ No newline at end of file