Merge pull request #38040 from cpuguy83/document_service_version

Add more API doc details on service update version.
This commit is contained in:
Brian Goff 2018-10-16 09:45:35 -07:00 committed by GitHub
commit 5271c7cb48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"