From f9bf2baee4c6e5777f31e2727028f1ecbf7076c4 Mon Sep 17 00:00:00 2001 From: jakedoublev Date: Tue, 18 Jun 2024 13:45:02 -0700 Subject: [PATCH] use fqn instead of object name/value --- docs/grpc/index.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/grpc/index.html b/docs/grpc/index.html index 3e7871cc9..7929f9393 100644 --- a/docs/grpc/index.html +++ b/docs/grpc/index.html @@ -6727,11 +6727,12 @@

DeleteAttributeRequest

id string -

Required

+

Required +UUID of the Attribute

- name + fqn string

Required @@ -6790,11 +6791,12 @@

DeleteAttributeValueRequestid string -

Required

+

Required +UUID of the Attribute Value

- value + fqn string

Required @@ -6853,11 +6855,12 @@

DeleteNamespaceRequest

id string -

Required

+

Required +UUID of the Namespace

- name + fqn string

Required