snazy2000 / SnipeitPS

Powershell API Wrapper for Snipe-it
MIT License
181 stars 47 forks source link

Reset-SnipeitAssetOwner -notes parameter not working #246

Closed TurboSmoothie closed 2 years ago

TurboSmoothie commented 3 years ago

Context

Assets check in successfully, but notes are not displayed.

Your Environment

Steps to Reproduce (for bugs)

Only two parameters used, -id and -notes (Reset-SnipeitAssetOwner -id 1 -notes 'example notes') Using -note instead of -notes has no affect. Assets are still checked in successfully (without notes)

PetriAsi commented 2 years ago

It's notes parameter that should be note like in snipe it api docs

PetriAsi commented 2 years ago

This is fixed in master now. Powershell gallery should update in few minutes.