Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit e22d15e

Browse files
committed
fix: add patch for OpenAPI for our documentation issues
1 parent 8499d97 commit e22d15e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
},
3737
"patches": {
3838
"drupal/openapi": {
39-
"Exclude disabled JSON API resources": "https://www.drupal.org/files/issues/2018-09-18/3000458--exclude-disabled-resource-types--2.patch",
40-
"Documentation for JSON API collections needs minor adjustments": "https://www.drupal.org/files/issues/2018-09-18/3000609--jsonapi-collections-fixes--2.patch",
41-
"Improve path method descriptions": "https://www.drupal.org/files/issues/2018-09-29/3001993--initial-description--7.patch"
39+
"Issue #3000458: Exclude disabled JSON API resources": "https://www.drupal.org/files/issues/2018-09-18/3000458--exclude-disabled-resource-types--2.patch",
40+
"Issue #3000609: Documentation for JSON API collections needs minor adjustments": "https://www.drupal.org/files/issues/2018-09-18/3000609--jsonapi-collections-fixes--2.patch",
41+
"Issue #3001993: Improve path method descriptions": "https://www.drupal.org/files/issues/2018-09-29/3001993--initial-description--7.patch",
42+
"Issue #3053264: Miscellaneous fixes for JSON:API": "https://www.drupal.org/files/issues/2019-05-10/3053264--misc-fixes--7.patch"
4243
}
4344
}
4445
},

0 commit comments

Comments
 (0)