merge main

This commit is contained in:
Ryan McKinley
2025-07-03 15:01:11 -07:00
parent a1e2ba6617
commit f842bb7af7
2 changed files with 1 additions and 20 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ func getCustomOpenAPI(plugin string) (*datasourceV0.DataSourceOpenAPIExtension,
unstructuredRequest := &spec3.RequestBody{
RequestBodyProps: spec3.RequestBodyProps{
Content: map[string]*spec3.MediaType{
"applicaiton/json": {
"application/json": {
MediaTypeProps: spec3.MediaTypeProps{
Schema: unstructured,
},