Fix incorrectly optional tenantId in user update requests

I also got rid of the technically-supported-but-undocumented 'tenantID'.
Nobody should use that.
1 file changed
tree: 02d5446fcd6cd1afeb00deab7333418521b2e0d1
  1. src/
  2. .eslintrc.json
  3. .gitignore
  4. LICENSE
  5. package-lock.json
  6. package.json
  7. pnpm-lock.yaml
  8. README.md
  9. tsconfig.json
README.md

trafficops-types

Typescript types and utility functions for Traffic Ops API objects.

There‘s not much to document, it’s mostly just types, but to see the documentation, install the development dependencies and use the doc NPM script like: npm run doc.