diff --git a/api/openapi-spec/openapi.yaml b/api/openapi-spec/openapi.yaml index df30c103..f3a2d738 100644 --- a/api/openapi-spec/openapi.yaml +++ b/api/openapi-spec/openapi.yaml @@ -30,7 +30,9 @@ paths: $ref: '#/components/responses/Forbidden' /v1/datafile: get: - summary: Return the datafile for the given environment + summary: >- + Return the datafile for the given environment. If you need strict consistency, you can pass the datafile to other Optimizely instances. + so that all initialize from exactly the same datafile version (rather than each fetching the datafile separately from the Optimizely CDN). operationId: getDatafile description: Returns the json datafile for the given environment. responses: