mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[UPMERGE] 1.13 -> 1.14 (#16658)
This PR has been generated automatically. For more details see [upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml). **Remember!** The upmerge should always be merged with using `Merge pull request` button. In case of conflicts, please resolve them manually with usign the following commands: ``` git fetch upstream gh pr checkout <this-pr-number> git merge upstream/1.14 -m "Resolve conflicts between 1.13 and 1.14" ``` If you use other name for the upstream remote, please replace `upstream` with the name of your remote pointing to the `Sylius/Sylius` repository. Once the conflicts are resolved, please run `git merge --continue` and push the changes to this PR.
This commit is contained in:
commit
76d1de3f92
1 changed files with 6 additions and 0 deletions
|
|
@ -30,5 +30,11 @@
|
||||||
<collectionOperations/>
|
<collectionOperations/>
|
||||||
|
|
||||||
<property name="id" identifier="true" writable="false" />
|
<property name="id" identifier="true" writable="false" />
|
||||||
|
<property name="verifiedAt" >
|
||||||
|
<attribute name="openapi_context">
|
||||||
|
<attribute name="type">boolean</attribute>
|
||||||
|
<attribute name="example">true</attribute>
|
||||||
|
</attribute>
|
||||||
|
</property>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue