Skip to content

Commit

Permalink
test222
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Oct 23, 2024
1 parent 64e5799 commit ae8ff1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/published-data/published-data.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
} from "./dto/update-published-data.dto";
import {
ApiBearerAuth,
ApiBody,
ApiOperation,
ApiParam,
ApiQuery,
Expand Down Expand Up @@ -442,8 +443,7 @@ export class PublishedDataController {
description: "The DOI of the published data.",
type: String,
})
@ApiParam({
name: "data",
@ApiBody({
description:
"The edited data that will be updated in the database and with OAI Provider if defined.",
type: UpdatePublishedDataDto,
Expand Down

0 comments on commit ae8ff1a

Please sign in to comment.