From c43bfac582119e09b0004049eb397e3bab97823f Mon Sep 17 00:00:00 2001 From: Darren Mutz Date: Mon, 24 Apr 2017 11:12:59 -0700 Subject: [PATCH] dm - Fix some wording (#3491) --- docs/api-reference/v1.5/index.html | 2 +- docs/api-reference/v1.6/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-reference/v1.5/index.html b/docs/api-reference/v1.5/index.html index ae50987334..d1af2a5928 100644 --- a/docs/api-reference/v1.5/index.html +++ b/docs/api-reference/v1.5/index.html @@ -39,7 +39,7 @@ fields that maybe updated both by the end user and the system (e.g. annotations)

Resource Operations

Most resources provide the following Operations:

Create:

-

Create operations will create the resource in the storage backend. After a resource is create the system will apply +

Create operations will create the resource in the storage backend. After a resource is created the system will apply the desired state.

Update:

Updates come in 2 forms: Replace and Patch

diff --git a/docs/api-reference/v1.6/index.html b/docs/api-reference/v1.6/index.html index b4c589ab34..e4d3966e52 100644 --- a/docs/api-reference/v1.6/index.html +++ b/docs/api-reference/v1.6/index.html @@ -39,7 +39,7 @@ fields that maybe updated both by the end user and the system (e.g. annotations)

Resource Operations

Most resources provide the following Operations:

Create:

-

Create operations will create the resource in the storage backend. After a resource is create the system will apply +

Create operations will create the resource in the storage backend. After a resource is created the system will apply the desired state.

Update:

Updates come in 2 forms: Replace and Patch