Open
Description
When calling the various POST endpoints it's possible to post a workspace service
template payload to the register workspace
template api, and vice versa. Neither call will return an error. Both will register a template that's not useful.
In both cases, the payload sent to these APIs has a resourceType property that could have been used to validate the payload.
Validation could be added, and an error could be returned when inappropriate payloads are posted to these APIs.
Activity