We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fc725 commit 4a9267bCopy full SHA for 4a9267b
swagger.yaml
@@ -2970,18 +2970,17 @@ components:
2970
type: object
2971
required:
2972
- id
2973
- oneOf:
2974
- - required: ['name']
2975
- - required: ['email']
2976
additionalProperties: true
2977
properties:
2978
id:
2979
type: string
2980
description: 'This is a string that uniquely identifies the user in the server, often it is an email address or an internal id'
2981
name:
2982
+ description: 'Must be provided if email is null'
2983
email:
2984
+ description: 'Must be provided if name is null'
2985
2986
topics_GET:
2987
0 commit comments