Skip to content

Commit

Permalink
chore(api): added note to docs indicating that stamp metadata is in b…
Browse files Browse the repository at this point in the history
…eta (#258)
  • Loading branch information
lucianHymer authored May 31, 2023
1 parent dd2c56d commit 5da02d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/registry/api/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def get_scores(
summary="Get passport for an address",
description="""Use this endpoint to fetch the passport for a specific address\n
This endpoint will return a `CursorPaginatedStampCredentialResponse`.\n
**WARNING**: The **include_metadata** feature is in beta, the metadata response format may change in the future.\n
""",
# This prevents returning {metadata: None} in the response
exclude_unset=True,
Expand Down Expand Up @@ -595,6 +596,7 @@ def fetch_stamp_metadata_for_provider(provider: str):

@router.get(
"/stamp-metadata",
description="""**WARNING**: This endpoint is in beta and is subject to change.""",
auth=ApiKey(),
response={
200: List[StampDisplayResponse],
Expand Down

0 comments on commit 5da02d5

Please sign in to comment.