Skip to content

Commit

Permalink
Fixed mistake in Version Create Docs (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan authored Feb 18, 2025
1 parent 9eb767a commit 23f95dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Speckle.Sdk/Api/GraphQL/Resources/VersionResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ query VersionGetVersions($projectId: String!, $modelId: String!, $limit: Int!, $

/// <param name="input"></param>
/// <param name="cancellationToken"></param>
/// <returns>id of the created <see cref="Version"/></returns>
/// <returns>The created <see cref="Version"/></returns>
/// <inheritdoc cref="ISpeckleGraphQLClient.ExecuteGraphQLRequest{T}"/>
public async Task<Version> Create(CreateVersionInput input, CancellationToken cancellationToken = default)
{
Expand Down

0 comments on commit 23f95dd

Please sign in to comment.