Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions trustfile/app.trustfile/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ info:
host: app.trustfile.avalara.com
basePath: /v3
schemes:
- http
- https
consumes:
- application/json
Expand All @@ -48,7 +47,7 @@ paths:

* The new user will receive an email to set their password

* user.connectionId will only be passed if the user completes the required fields AND provides a company address
* user.company.connectionId will only be passed if the user completes the required fields AND provides a company address

parameters:
- in: body
Expand Down Expand Up @@ -126,9 +125,6 @@ paths:
password:
type: string
description: Hashed password
connectionId:
type: string
description: connectionId. Will not be passed if the address is incomplete.
accountSetup:
type: boolean
lastLoginAt:
Expand All @@ -155,6 +151,9 @@ paths:
syncDate:
type: string
format: date-time
connectionId:
type: string
description: connectionId. Will not be passed if the address is incomplete.
fein:
type: string
phone:
Expand Down