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:
Kamil Grygierzec 2024-07-30 14:15:07 +02:00 committed by GitHub
commit e880f3ce1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>