Create Multiple Workspace Variables in one API call

Using Workspace Variables - API Docs - Terraform Cloud and Terraform Enterprise | Terraform by HashiCorp, I am able to create one variable in an API call. But I need to know if it is possible to create multiple workspace variables in an API request.

Someone Please clarify the above query. Thanks in Advance!

Hi!

There is not a endpoint for creating workspace variables in bulk, no; in general, the TFC API follows the JSON:API specification where a single resource identifier is used per atomic create operation.