Skip to content

Commit

Permalink
Update scribe.php (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
majidalaeinia authored Dec 30, 2024
1 parent e8267c9 commit f00f6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
// Options: query, body, basic, bearer, header (for custom header)
'in' => 'bearer',

// The name of the auth parameter (eg token, key, apiKey) or header (eg Authorization, Api-Key).
// The name of the auth parameter (e.g. token, key, apiKey) or header (e.g. Authorization, Api-Key).
'name' => 'key',

// The value of the parameter to be used by Scribe to authenticate response calls.
Expand Down Expand Up @@ -189,7 +189,7 @@
'last_updated' => 'Last updated: {date:F j, Y}',

'examples' => [
// Set this to any number (eg. 1234) to generate the same example values for parameters on each run,
// Set this to any number (e.g. 1234) to generate the same example values for parameters on each run,
'faker_seed' => null,

// With API resources and transformers, Scribe tries to generate example models to use in your API responses.
Expand Down

0 comments on commit f00f6bf

Please sign in to comment.