Skip to content

Commit

Permalink
put method
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 29, 2024
1 parent 0aace1e commit 909090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/int_datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"code": 400
},
{
"description": "test dataset insert API with wrong did pattern did=xyz",
"description": "test dataset insert POST API with wrong did pattern did=xyz",
"method": "POST",
"endpoint": "/dataset",
"url": "/dataset",
Expand All @@ -61,7 +61,7 @@
"code": 400
},
{
"description": "test dataset insert API with wrong file pattern file=123",
"description": "test dataset insert POST API with wrong file pattern file=123",
"method": "POST",
"endpoint": "/dataset",
"url": "/dataset",
Expand Down

0 comments on commit 909090a

Please sign in to comment.