mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #16654 [API] Fix ShopUser docs example (mpysiak)
This PR was merged into the 1.13 branch. Discussion ---------- | Q | A |-----------------|----- | Branch? | 1.13 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | fixes #X, partially #Y, mentioned in #Z | License | MIT <!-- - Bug fixes must be submitted against the 1.13 branch - Features and deprecations must be submitted against the 1.14 branch - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> Fix for Customer admin POST example in the docs Commits ------- Fix ShopUser docs example
This commit is contained in:
commit
e880f3ce1a
1 changed files with 6 additions and 0 deletions
|
|
@ -30,5 +30,11 @@
|
|||
<collectionOperations/>
|
||||
|
||||
<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>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue