From 0acf16705218c86ccf0253b71efc840e9181a7f6 Mon Sep 17 00:00:00 2001 From: Stanislav Chlebec Date: Thu, 8 Nov 2018 11:49:27 +0100 Subject: fix typos Change-Id: I7215e3b9a8511a82f8d1f3fdf90cba987c605134 Signed-off-by: Stanislav Chlebec Issue-ID: AAF-582 --- docs/API.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/API.md b/docs/API.md index c99eb1e..bd2f26a 100644 --- a/docs/API.md +++ b/docs/API.md @@ -26,7 +26,7 @@ DCAE Inventory is a web service that provides the following: ### POST /dcae-service-types #### Description -Inserts a new `DCAEServiceType` or updates an existing instance. Updates are only allowed iff there are no running DCAE services of the requested type, +Inserts a new `DCAEServiceType` or updates an existing instance. Updates are only allowed if there are no running DCAE services of the requested type, #### Parameters @@ -382,7 +382,7 @@ Remove an existing `DCAEService` object. |---|---|---| |**componentId**
*required*|The id format is unique to the source|string| |**componentLink**
*required*|Link to the underlying resource of this component|[Link](#link)| -|**componentSource**
*required*|Specifies the name of the underying source service that is responsible for this components|enum (DMaaPController)| +|**componentSource**
*required*|Specifies the name of the underlying source service that is responsible for this components|enum (DMaaPController)| |**componentType**
*required*||string| |**created**
*required*||string(date-time)| |**location**
*optional*|Location information of the component|string| @@ -397,7 +397,7 @@ Remove an existing `DCAEService` object. |Name|Description|Schema| |---|---|---| |**componentId**
*required*|The id format is unique to the source|string| -|**componentSource**
*required*|Specifies the name of the underying source service that is responsible for this components|enum (DMaaPController)| +|**componentSource**
*required*|Specifies the name of the underlying source service that is responsible for this components|enum (DMaaPController)| |**componentType**
*required*||string| |**shareable**
*required*|Used to determine if this component can be shared amongst different DCAE services|integer(int32)| @@ -449,8 +449,8 @@ Remove an existing `DCAEService` object. |**application**
*optional*||string| |**component**
*optional*||string| |**selfLink**
*required*|Link to self where the Link.title is typeName|[Link](#link)| -|**serviceIds**
*optional*|List of service ids that are used to associate with DCAE service type. DCAE service types with this propery as null or empty means them apply for every service id.|< string > array| -|**serviceLocations**
*optional*|List of service locations that are used to associate with DCAE service type. DCAE service types with this propery as null or empty means them apply for every service location.|< string > array| +|**serviceIds**
*optional*|List of service ids that are used to associate with DCAE service type. DCAE service types with this property as null or empty means them apply for every service id.|< string > array| +|**serviceLocations**
*optional*|List of service locations that are used to associate with DCAE service type. DCAE service types with this property as null or empty means them apply for every service location.|< string > array| |**typeId**
*required*|Unique identifier for this DCAE service type|string| |**typeName**
*required*|Descriptive name for this DCAE service type|string| |**typeVersion**
*required*|Version number for this DCAE service type|integer(int32)| @@ -469,8 +469,8 @@ Remove an existing `DCAEService` object. |**owner**
*required*||string| |**application**
*optional*||string| |**component**
*optional*||string| -|**serviceIds**
*optional*|List of service ids that are used to associate with DCAE service type. DCAE service types with this propery as null or empty means them apply for every service id.|< string > array| -|**serviceLocations**
*optional*|List of service locations that are used to associate with DCAE service type. DCAE service types with this propery as null or empty means them apply for every service location.|< string > array| +|**serviceIds**
*optional*|List of service ids that are used to associate with DCAE service type. DCAE service types with this property as null or empty means them apply for every service id.|< string > array| +|**serviceLocations**
*optional*|List of service locations that are used to associate with DCAE service type. DCAE service types with this property as null or empty means them apply for every service location.|< string > array| |**typeName**
*required*|Descriptive name for this DCAE service type|string| |**typeVersion**
*required*|Version number for this DCAE service type|integer(int32)| |**vnfTypes**
*optional*||< string > array| -- cgit 1.2.3-korg