Skip to content

Commit 38647ba

Browse files
committed
[Examples] Renamed ez_lock to ibexa_lock
1 parent 81ce617 commit 38647ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bundle/Resources/api_platform/examples/content/objectstategroups/GET/ObjectStateGroupList.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
88
"_href": "/api/ibexa/v2/content/objectstategroups/2",
99
"id": 2,
10-
"identifier": "ez_lock",
10+
"identifier": "ibexa_lock",
1111
"defaultLanguageCode": "eng-GB",
1212
"languageCodes": "eng-GB",
1313
"ObjectStates": {

src/bundle/Resources/api_platform/examples/content/objectstategroups/GET/ObjectStateGroupList.xml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
33
<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
44
<id>2</id>
5-
<identifier>ez_lock</identifier>
5+
<identifier>ibexa_lock</identifier>
66
<defaultLanguageCode>eng-GB</defaultLanguageCode>
77
<languageCodes>eng-GB</languageCodes>
88
<ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>

0 commit comments

Comments
 (0)