diff options
author | 2024-11-15 10:36:04 +0000 | |
---|---|---|
committer | 2024-11-15 10:36:04 +0000 | |
commit | 12dd22ec92526bb2782f3c1e55b6e9a4e0e9e77c (patch) | |
tree | b772c2918a7e640c298cb0d8b66b9bf3e41002a9 /docs/api/swagger/ncmp/openapi.yaml | |
parent | e14acc9d0d51a47c0827401c318e549aba753dd2 (diff) | |
parent | c37dee4816f51f750a9c92946dc9d4a558f3b812 (diff) |
Merge "Support alternate Id interface for ncmp inventory /ch/cmhandles endpoint"
Diffstat (limited to 'docs/api/swagger/ncmp/openapi.yaml')
-rw-r--r-- | docs/api/swagger/ncmp/openapi.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/swagger/ncmp/openapi.yaml b/docs/api/swagger/ncmp/openapi.yaml index 024aed681c..aa84e432e9 100644 --- a/docs/api/swagger/ncmp/openapi.yaml +++ b/docs/api/swagger/ncmp/openapi.yaml @@ -1142,7 +1142,7 @@ paths: operationId: searchCmHandleIds parameters: - description: Boolean parameter to determine if returned value(s) will be cm - handle references for a given query + handle Ids or alternate Ids for a given query in: query name: outputAlternateId required: false @@ -1619,7 +1619,7 @@ components: type: string outputAlternateIdOptionInQuery: description: Boolean parameter to determine if returned value(s) will be cm - handle references for a given query + handle Ids or alternate Ids for a given query in: query name: outputAlternateId required: false @@ -1790,7 +1790,7 @@ components: targetIds: items: description: "targeted cm handle references, maximum of 200 supported.\ - \ If this limit is exceeded the request wil be refused." + \ If this limit is exceeded the request will be refused." example: "[\"da310eecdb8d44c2acc0ddaae01174b1\",\"c748c58f8e0b438f9fd1f28370b17d47\"\ ]" type: string |