Files
bookhoard/bruno-yaml/user/admin/scenarios/Update User Max Devices - Missing ID.yml
T

17 lines
366 B
YAML

info:
name: Update User Max Devices - Missing ID
type: http
seq: 4
http:
method: PUT
url: '{{base_url}}/api/auth/users//max-devices'
auth: inherit
docs: |-
## Update User Max Devices - Missing User ID
Attempts to update max devices without providing user ID.
**Expected:** 400 Bad Request
**Response:** `{"error": "user id required"