Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
idanasulin2706 committed Nov 28, 2023
1 parent 1ac5a78 commit 672893c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ station.DestroyAsync()
```

### Creating a new Schema
In case schema is already exist a new version will be created

```c#
await client.CreateSchema("<schema-name>", "<schema-type>", "<schema-file-path>")
Expand Down
2 changes: 1 addition & 1 deletion src/Memphis.Client/MemphisClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public async Task DetachSchema(string stationName, int timeoutRetry = 5, Cancell
}

/// <summary>
/// Creates schema from the specified file path.
/// Creates schema from the specified file path. In case schema is already exist a new version will be created
/// </summary>
/// <param name="schemaName">Name of the schema</param>
/// <param name="schemaType">Type of schema(Eg. JSON, GraphQL, ProtoBuf)</param>
Expand Down

0 comments on commit 672893c

Please sign in to comment.