Skip to content

Commit c296519

Browse files
committed
fix: Replace API Beta mentions with the regular version
1 parent 1633fe6 commit c296519

File tree

7 files changed

+3
-12
lines changed

7 files changed

+3
-12
lines changed

content/reference/document/references/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menus:
88

99
References are stored for documents and media library entries. They indicate links from the document or entry to other content.
1010

11-
References for publications are currently available via Public API under [Latest Publication API Beta]({{< ref "/reference/public-api/publications/latest-publication-beta" >}}) and [Latest Publications API Beta]({{< ref "/reference/public-api/publications/latest-publications-beta" >}}).
11+
References for publications are currently available via Public API under [Latest Publication API]({{< ref "/reference/public-api/publications/latest-publication" >}}) and [Latest Publications API]({{< ref "/reference/public-api/publications/latest-publications" >}}).
1212

1313
To find _incoming_ references, which point to the document or media library entry that you specify, there are also endpoints available in the "Beta" section of the [Public API]({{< ref "/reference/public-api" >}}). These endpoints can be particularly useful when working with statically generated sites, as they allow you to make decisions on which caches should be cleared when content changes.
1414

data/endpoints/composition-beta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ description: |
2626
2727
##### Related
2828
- [Latest Publication API]({{< ref "/reference/public-api/publications/latest-publication" >}})
29-
- [Latest Publication API Beta]({{< ref "/reference/public-api/publications/latest-publication-beta" >}})
3029
3130
scopes: public-api:read
3231
query: |

data/endpoints/composition.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ description: |
2525
2626
##### Related
2727
- [Latest Publication API]({{< ref "/reference/public-api/publications/latest-publication" >}})
28-
- [Latest Publication API Beta]({{< ref "/reference/public-api/publications/latest-publication-beta" >}})
2928
3029
scopes: public-api:read
3130
query: |

data/endpoints/get-latest-publication-v1.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@ description: |
1717
- renditions
1818
1919
##### Advantages
20-
2120
- Be able to cache the response, because it only changes on a republish (does not contain resolved refs)
2221
- Useful for a pull architecture
2322
- (deprecated) Supports the Render Pipeline with it's Renditions
2423
2524
##### Related
26-
27-
- [Latest Publication API Beta]({{< ref "/reference/public-api/publications/latest-publication-beta" >}})
2825
- [Composition API]({{< ref "/reference/public-api/composition-api" >}})
2926
3027
useCases: |

data/endpoints/get-latest-publication.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ description: |
1818
- renditions
1919
2020
##### Advantages
21-
2221
- Be able to cache the response, because it only changes on a republish (does not contain resolved refs)
2322
- Useful for a pull architecture
2423
- (deprecated) Supports the Render Pipeline with it's Renditions
2524
2625
##### Related
27-
28-
- [Latest Publication API Beta]({{< ref "/reference/public-api/publications/latest-publication-beta" >}})
2926
- [Composition API]({{< ref "/reference/public-api/composition-api" >}})
3027
3128
useCases: |

data/endpoints/incoming-references.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
title: Get Incoming Draft References for a Document
22
description: |
3-
This endpoint is functionally equivalent to the [Incoming Document References]({{< ref "/reference/public-api/publications/latest-publication-beta" >}}) endpoint for publications. But with this draft endpoint you will receive references from unpublished documents as well as references from the current state of documents even if these latest updates to the document are not published yet.
3+
This endpoint is functionally equivalent to the [Incoming Document References]({{< ref "/reference/public-api/publications/references/#get-incoming-media-references-for-a-document" >}}) endpoint for publications. But with this draft endpoint you will receive references from unpublished documents as well as references from the current state of documents even if these latest updates to the document are not published yet.
44
55
66
##### Related
7-
- [Incoming Document References]({{< ref "/reference/public-api/publications/latest-publication-beta" >}}) (for publications)
7+
- [Incoming Document References]({{< ref "/reference/public-api/publications/references/#get-incoming-media-references-for-a-document" >}}) (for publications)
88
99
scopes: public-api:drafts:read
1010
query: |

data/endpoints/publication-renditions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description: |
99
1010
#### Related
1111
- [Latest Publication API]({{< ref "/reference/public-api/publications/latest-publication" >}})
12-
- [Latest Publication API Beta]({{< ref "/reference/public-api/publications/latest-publication-beta" >}})
1312
- [Composition API]({{< ref "/reference/public-api/composition-api" >}})
1413
1514
useCases: |

0 commit comments

Comments
 (0)