fix(docs): remove incorrect uuid format in openapi spec (#7419)

Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
Muhammed Mustafa AKŞAM
2026-01-04 18:16:19 +03:00
committed by GitHub
parent dc6ef3d231
commit 9b6d1613ed
9 changed files with 46 additions and 168 deletions

View File

@@ -1718,7 +1718,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
@@ -1786,7 +1785,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
new OA\Parameter(
@@ -1888,7 +1886,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
new OA\Parameter(name: 'delete_configurations', in: 'query', required: false, description: 'Delete configurations.', schema: new OA\Schema(type: 'boolean', default: true)),
@@ -1975,7 +1972,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
@@ -2386,7 +2382,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
@@ -2472,7 +2467,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
@@ -2662,7 +2656,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
@@ -2872,7 +2865,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
@@ -3038,7 +3030,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
new OA\Parameter(
@@ -3048,7 +3039,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
@@ -3131,7 +3121,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
new OA\Parameter(
@@ -3247,7 +3236,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],
@@ -3324,7 +3312,6 @@ class ApplicationsController extends Controller
required: true,
schema: new OA\Schema(
type: 'string',
format: 'uuid',
)
),
],