Skip to content

Commit e1e58cb

Browse files
authored
IBX-8369: Fix RAML reference (#2464)
1 parent addb033 commit e1e58cb

File tree

65 files changed

+17512
-3624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+17512
-3624
lines changed

docs/api/rest_api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"fieldDefinitionIdentifier": "intro",
3030
"languageCode": "eng-GB",
3131
"fieldTypeIdentifier": "ezrichtext",
32-
"fieldValue":
32+
"fieldValue":
3333
{
3434
"xml": "<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
3535
}

docs/api/rest_api/rest_api_reference/input/examples/content/objects/content_id/locations/POST/LocationCreate.json.example

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"ParentLocation": {
44
"_href": "/api/ibexa/v2/content/locations/1/59"
55
},
6-
"priority": "0",
7-
"hidden": false,
8-
"sortField": "PATH",
9-
"sortOrder": "ASC"
10-
6+
"priority": "0",
7+
"hidden": false,
8+
"sortField": "PATH",
9+
"sortOrder": "ASC"
1110
}
1211
}

docs/api/rest_api/rest_api_reference/input/examples/content/objectstategroups/object_state_group_id/PATCH/ObjectStateGroupUpdate.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ObjectStateGroup": {
2+
"ObjectStateGroupUpdate": {
33
"names": {
44
"value": [
55
{
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<ObjectStateGroup>
2+
<ObjectStateGroupUpdate>
33
<names>
44
<value languageCode="eng-GB">New Custom State name</value>
55
</names>
6-
</ObjectStateGroup>
6+
</ObjectStateGroupUpdate>

docs/api/rest_api/rest_api_reference/input/examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ObjectStateGroup": {
2+
"ObjectStateUpdate": {
33
"names": {
44
"value": [
55
{
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<ObjectStateCreate>
2+
<ObjectStateUpdate>
33
<priority>3</priority>
44
<defaultLanguageCode>eng-GB</defaultLanguageCode>
55
<names>
66
<value languageCode="eng-GB">New Object State name</value>
77
</names>
8-
</ObjectStateCreate>
8+
</ObjectStateUpdate>
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"ContentTypeUpdate": {
33
"names": {
4-
"value": [ {
5-
"_languageCode": "eng-GB",
6-
"#text": "Updated content type name"
7-
} ]
4+
"value": [
5+
{
6+
"_languageCode": "eng-GB",
7+
"#text": "Updated content type name"
8+
}
9+
]
810
},
911
"descriptions": {
10-
"value": [ {
11-
"_languageCode": "eng-GB",
12-
"#text": "This is an updated content type description"
13-
} ]
12+
"value": [
13+
{
14+
"_languageCode": "eng-GB",
15+
"#text": "This is an updated content type description"
16+
}
17+
]
1418
}
1519
}
1620
}

docs/api/rest_api/rest_api_reference/input/examples/content/types/content_type_id/groups/POST/ContentTypeGroupRefList.json.example

Whitespace-only changes.

docs/api/rest_api/rest_api_reference/input/examples/content/urlwildcards/POST/UrlWildcardCreate.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"UrlWildCardCreate": {
2+
"URLWildcardCreate": {
33
"sourceUrl": "/api/ibexa/v2/content/location/2",
44
"destinationUrl": "/api/ibexa/v2/content/location/59",
55
"forward": true

docs/api/rest_api/rest_api_reference/input/examples/payment-methods/identifier/PATCH/PaymentMethodUpdateStruct.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"PaymentMethodUpdateStructParser": {
2+
"PaymentMethodUpdateStruct": {
33
"names": {
44
"eng-GB": "Bank transfer (updated)"
55
}

0 commit comments

Comments
 (0)