Advertisement
Guest User

Untitled

a guest
Aug 10th, 2021
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. parameters:
  2. - name: ftmsRow
  3. in: body
  4. description: ftmsRow to create
  5. required: True
  6. schema:
  7. type: object
  8. properties:
  9. filepath:
  10. type: string
  11. name:
  12. type: string
  13. modifier:
  14. type: string
  15. is_centroid:
  16. type: boolean
  17. - in: header
  18. name: auth
  19. description: an authorization header
  20. required: True
  21. schema:
  22. type: object
  23. properties:
  24. x-access-tokens:
  25. type: string
  26. Content-Type:
  27. type: string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement