Skip to content

Commit e7b261b

Browse files
committed
v3
1 parent 8f97f28 commit e7b261b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/definitions/openapi.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
'router.openapi.document_encoding_context' => [],
3636
'router.openapi.document_filename' => null,
3737

38-
'router.openapi.default_timestamp_format' => OpenApiConfiguration::DEFAULT_TIMESTAMP_FORMAT,
38+
// 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+
3941
'router.openapi.default_response_description' => OpenApiConfiguration::DEFAULT_RESPONSE_DESCRIPTION,
4042

4143
'router.openapi.php_type_schema_resolvers' => [],

0 commit comments

Comments
 (0)