Skip to content

Commit 3b22745

Browse files
committed
update
1 parent 9edd089 commit 3b22745

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/iceberg/catalog/rest/request_types.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
#include "iceberg/sort_order.h"
3131
#include "iceberg/table_identifier.h"
3232

33+
/// \file iceberg/catalog/rest/request_types.h
34+
/// Defines all request body structures for the Iceberg REST Catalog API,
35+
/// corresponding to the JSON payloads sent to various /v1 endpoints.
36+
3337
namespace iceberg::rest {
3438

3539
/// \brief Request to create a namespace.

src/iceberg/catalog/rest/response_types.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
#include "iceberg/table_identifier.h"
2929
#include "iceberg/table_metadata.h"
3030

31+
/// \file iceberg/catalog/rest/response_types.h
32+
/// Defines all response body structures for the Iceberg REST Catalog API,
33+
/// representing the JSON results returned by /v1 endpoints (excluding HTTP headers like
34+
/// ETag).
35+
3136
namespace iceberg::rest {
3237

3338
/// \brief An opaque token that allows clients to make use of pagination for list APIs.

0 commit comments

Comments
 (0)