Tighten the order values of marketplace demos
Re-number the `order` values of marketplace demos so that they are consecutive starting at 1, preserving their relative ordering. For example, demos with `order=[1, 5, 20]` become `[1, 2, 3]`. Demos with `order=null` are left untouched.
**Required scopes (any one):**
- `air:sre` (roles: `air_sre`)
- `air:admin` (roles: `air_admin`)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
No response body
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error