Merge pull request #38040 from cpuguy83/document_service_version
Add more API doc details on service update version.
This commit is contained in:
commit
5271c7cb48
1 changed files with 4 additions and 1 deletions
|
@ -9360,7 +9360,10 @@ paths:
|
|||
|
||||
- name: "version"
|
||||
in: "query"
|
||||
description: "The version number of the service object being updated. This is required to avoid conflicting writes."
|
||||
description: "The version number of the service object being updated.
|
||||
This is required to avoid conflicting writes.
|
||||
This version number should be the value as currently set on the service *before* the update.
|
||||
You can find the current version by calling `GET /services/{id}`"
|
||||
required: true
|
||||
type: "integer"
|
||||
- name: "registryAuthFrom"
|
||||
|
|
Loading…
Add table
Reference in a new issue