From 0bf47aadeba21f36ab3228429bcf1e649c7a71a1 Mon Sep 17 00:00:00 2001 From: schaerentim Date: Wed, 21 Aug 2024 08:37:01 +0200 Subject: [PATCH] GET /incident now also returns 'u_current_workplace'. --- incidentRestAPI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/incidentRestAPI.yml b/incidentRestAPI.yml index 42a84a0..6ed3eda 100644 --- a/incidentRestAPI.yml +++ b/incidentRestAPI.yml @@ -256,6 +256,7 @@ paths: "state": 1, "opened_at": "1997-09-08T05:55:00Z", "sys_updated_on": "2024-07-17T14:36:59Z", + "u_current_workplace": "workplace 123", "opened_by": { "first_name": "Example", "last_name": "Name",