File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ layout: null
239
239
{ "id" : " delete-202-status" , "type" : " normative-statements" },
240
240
{ "id" : " delete-204-status" , "type" : " normative-statements" },
241
241
{ "id" : " delete-200-status" , "type" : " normative-statements" },
242
+ { "id" : " delete-404-status" , "type" : " normative-statements" },
242
243
{ "id" : " deleting-other-status" , "type" : " normative-statements" },
243
244
{ "id" : " deleting-other-details" , "type" : " normative-statements" },
244
245
{ "id" : " deleting-http-semantics" , "type" : " normative-statements" }
@@ -2523,6 +2524,19 @@ layout: null
2523
2524
}
2524
2525
}
2525
2526
},
2527
+ {
2528
+ "id" : " delete-404-status" ,
2529
+ "type" : " normative-statements" ,
2530
+ "attributes" : {
2531
+ "level" : " SHOULD" ,
2532
+ "description" : " A server **SHOULD** return a 404 Not Found status code if a deletion request fails due to the resource not existing."
2533
+ },
2534
+ "relationships" : {
2535
+ "section" : {
2536
+ "data" : { "id" : " creating-updating-deleting" , "type" : " sections" }
2537
+ }
2538
+ }
2539
+ },
2526
2540
{
2527
2541
"id" : " deleting-other-status" ,
2528
2542
"type" : " normative-statements" ,
Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ layout: null
243
243
{ "id" : " delete-202-status" , "type" : " normative-statements" },
244
244
{ "id" : " delete-204-status" , "type" : " normative-statements" },
245
245
{ "id" : " delete-200-status" , "type" : " normative-statements" },
246
+ { "id" : " delete-404-status" , "type" : " normative-statements" },
246
247
{ "id" : " deleting-other-status" , "type" : " normative-statements" },
247
248
{ "id" : " deleting-other-details" , "type" : " normative-statements" },
248
249
{ "id" : " deleting-http-semantics" , "type" : " normative-statements" }
@@ -2579,6 +2580,19 @@ layout: null
2579
2580
}
2580
2581
}
2581
2582
},
2583
+ {
2584
+ "id" : " delete-404-status" ,
2585
+ "type" : " normative-statements" ,
2586
+ "attributes" : {
2587
+ "level" : " SHOULD" ,
2588
+ "description" : " A server **SHOULD** return a 404 Not Found status code if a deletion request fails due to the resource not existing."
2589
+ },
2590
+ "relationships" : {
2591
+ "section" : {
2592
+ "data" : { "id" : " creating-updating-deleting" , "type" : " sections" }
2593
+ }
2594
+ }
2595
+ },
2582
2596
{
2583
2597
"id" : " deleting-other-status" ,
2584
2598
"type" : " normative-statements" ,
You can’t perform that action at this time.
0 commit comments