hydroserver2 / hydroserver

Documentation and issue tracker for HydroServer and related applications
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Fetch Thing metadata for owner endpoint not working #178

Closed kjlippold closed 4 months ago

kjlippold commented 4 months ago

Steps to Reproduce

Attempt to call '/api/data/things/{thing_id}//metadata?include_assignable_metadata=true'

Expected Behavior

This endpoint should return metadata assigned to the Thing, or metadata assignable to the Thing if include_assignable_metadata is true.

Actual Behavior

This endpoint only returns metadata assigned to the thing. It should return all assignable metadata when include_assignable_metadata is true.

Any additional comments?

No response