We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d9d78 commit b18ebf4Copy full SHA for b18ebf4
1 file changed
docs/useCases.md
@@ -1282,12 +1282,12 @@ import { registerUser } from '@iqss/dataverse-client-javascript'
1282
/* ... */
1283
1284
const userDTO: UserDTO = {
1285
- username: 'johndoe'
1286
- firstName: 'John'
1287
- lastName: 'Doe'
1288
- emailAddress: 'johndoe@email.com'
1289
- position: ''
1290
- affiliation: ''
+ username: 'johndoe',
+ firstName: 'John',
+ lastName: 'Doe',
+ emailAddress: 'johndoe@email.com',
+ position: '',
+ affiliation: '',
1291
termsAccepted: true
1292
}
1293
0 commit comments