diff --git a/src/Nexus/API/v1/CatalogsController.cs b/src/Nexus/API/v1/CatalogsController.cs index c4cc7909..534b404f 100644 --- a/src/Nexus/API/v1/CatalogsController.cs +++ b/src/Nexus/API/v1/CatalogsController.cs @@ -481,7 +481,7 @@ public Task> /// The catalog metadata to set. /// A token to cancel the current operation. [HttpPut("{catalogId}/metadata")] - public Task + public Task> SetMetadataAsync( string catalogId, [FromBody] CatalogMetadata metadata,