From 3d805b6065f3428feea8dcc0bb810350062cf8dd Mon Sep 17 00:00:00 2001 From: Ikram Ul Haq Date: Wed, 16 Oct 2024 08:26:09 +0000 Subject: [PATCH] Update request body of PATCH method of resource Published service API --- config/api/capif-mgmt.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/api/capif-mgmt.yaml b/config/api/capif-mgmt.yaml index 36ff8a9..56ca967 100644 --- a/config/api/capif-mgmt.yaml +++ b/config/api/capif-mgmt.yaml @@ -627,6 +627,21 @@ paths: schema: $ref: '#/components/schemas/ServiceAPIDescription' example: + aefProfiles: + - aefId: "sandboxTransport" + versions: + - "3.1.1" + interfaceDescriptions: + uris: + - "http://my.callback.com/sbx2cmq8bn/mep1/vis/v2/" + fqdn: null + addresses: null + alternative: null + vendorSpecific-urn:etsi:mec:capifext:transport-info: + name: "REST" + type: "REST_HTTP" + protocol: "HTTP" + version: "2.0" vendorSpecific-urn:etsi:mec:capifext:service-info: serializer: "JSON" state: "ACTIVE" -- GitLab