Update REST API ETag documentation
The ETag docuemntation did not mention what sort of changes triggered ETag updates.
This commit is contained in:
@ -229,7 +229,9 @@ English and it uses the server's local timezone.
|
|||||||
#### ETag
|
#### ETag
|
||||||
|
|
||||||
An identifier for a specific version of a resource. The value of this header
|
An identifier for a specific version of a resource. The value of this header
|
||||||
changes whenever a resource is modified.
|
changes whenever a resource is modified via the REST API. It will not change if
|
||||||
|
an internal MaxScale event (e.g. server changing state or statistics being
|
||||||
|
updated) causes a change.
|
||||||
|
|
||||||
When the client sends the `If-Match` or `If-None-Match` header, the provided
|
When the client sends the `If-Match` or `If-None-Match` header, the provided
|
||||||
value should be the value of the `ETag` header of an earlier GET.
|
value should be the value of the `ETag` header of an earlier GET.
|
||||||
|
|||||||
Reference in New Issue
Block a user