Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f97f28 commit e7b261bCopy full SHA for e7b261b
1 file changed
resources/definitions/openapi.php
@@ -35,7 +35,9 @@
35
'router.openapi.document_encoding_context' => [],
36
'router.openapi.document_filename' => null,
37
38
- 'router.openapi.default_timestamp_format' => OpenApiConfiguration::DEFAULT_TIMESTAMP_FORMAT,
+ // See https://dev.sunrise-studio.io/docs/reference/parameters?id=appoutput_timestamp_format
39
+ 'router.openapi.default_timestamp_format' => get('app.output_timestamp_format'),
40
+
41
'router.openapi.default_response_description' => OpenApiConfiguration::DEFAULT_RESPONSE_DESCRIPTION,
42
43
'router.openapi.php_type_schema_resolvers' => [],
0 commit comments