Skip to content

Commit f81aaa1

Browse files
committed
Fix paths
1 parent 69ca240 commit f81aaa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/get-started/pages/release-notes/redpanda.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Starting in version 25.2, the Schema Registry API supports retrieving serialized
1313

1414
- `GET /schemas/ids/\{id}`
1515
- `POST subjects/\{subject}`
16-
- `GET subjects/\{subject}/version/\{version}`
17-
- `GET subjects/\{subject}/version/\{version}/schema`
16+
- `GET subjects/\{subject}/versions/\{version}`
17+
- `GET subjects/\{subject}/versions/\{version}/schema`
1818

1919
This helps facilitate migration of Protobuf clients to Redpanda. See the xref:api:ROOT:schema-registry-api.adoc[Schema Registry API reference] for details.
2020

0 commit comments

Comments
 (0)