Skip to content

Commit

Permalink
Update open-api/rest-catalog-open-api.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Weeks <daniel.weeks@databricks.com>
  • Loading branch information
gaborkaszab and danielcweeks authored Jan 15, 2025
1 parent 86fa827 commit 18e0161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open-api/rest-catalog-open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,8 @@ paths:
- name: If-None-Match
in: header
description:
An optional header that triggers freshness-aware table loading. The content is the value
of the ETag received previously for the table.
An optional header that allows the server to return 304 (Not Modified) if the metadata is current. The content is the value
of the ETag received in a CreateTableResponse or LoadTableResponse.
required: false
schema:
type: string
Expand Down

0 comments on commit 18e0161

Please sign in to comment.