Hide/unhide assets
PATCH/v2/assets/hidden
Hide or unhide assets. This operation is idempotent - hiding an already hidden asset or unhiding a visible asset has no effect.
Assets that don't exist are ignored (no error is returned).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Assets were successfully hidden/unhidden
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error