You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: body
in: body
description: optional user and transaction objects to persist to session
required: false
schema:
type: object
required:
- user
properties:
user:
$ref: ./definitions/userObj.yaml
transaction:
$ref: ./definitions/transactionObj.yaml
With this yaml, BOS still validates that user exists even when the optional request body is not supplied.
Using version 2.10.2
The text was updated successfully, but these errors were encountered:
With this yaml, BOS still validates that user exists even when the optional request body is not supplied.
Using version 2.10.2
The text was updated successfully, but these errors were encountered: