Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
MGDOBR-1066: Align mocked data with backend (#174)
Browse files Browse the repository at this point in the history
This PR aligns mocked data with changes on backend, especially with changes 5733d9e2be6485d52ffa08870cabdee0/sandbox#1116
  • Loading branch information
Jozef Marko authored Sep 12, 2022
1 parent af57841 commit bd794d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mocked-api/schemasData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ export const schemasData: { [key: string]: object } = {
topic: {
type: "string",
title: "Topic Name",
description: "The topic where to send the event.",
description:
"The topic where to send the event. The topic must exists already. It won't be created automatically.",
example: "my-topic",
},
kafka_broker_url: {
Expand All @@ -186,7 +187,7 @@ export const schemasData: { [key: string]: object } = {
type: "string",
title: "Client Id",
description:
"The Client Id part of the credentials to authenticate to Kafka",
"The Client Id part of the credentials to authenticate to Kafka. It is recommended the client has no 'admin' rights.",
},
kafka_client_secret: {
title: "Client Secret",
Expand Down

0 comments on commit bd794d9

Please sign in to comment.