Skip to content

Commit

Permalink
minor Sylius#16654 [API] Fix ShopUser docs example (mpysiak)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TheMilek authored Jul 30, 2024
2 parents 8c9a2db + a43660f commit e880f3c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit e880f3c

Please sign in to comment.