Skip to content

Commit

Permalink
Remove real api keys from example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcampos committed Jul 23, 2024
1 parent cd3331d commit 8e9da57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/internal-cli/example-specs/zuplo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4765,7 +4765,7 @@
"id": "key_m1m4ol223R0kGHGZY7tPQMQl",
"description": "My secret api key",
"expiresOn": "2023-04-20T05:54:34.408Z",
"key": "zpka_66b21c8591354c0997db232cc2f79c9e_69253f24"
"key": "zpka_66b**"
}
},
"Zuplo.ApiKeys.ApiKeyBulkCreateOrUpdateBody": {
Expand All @@ -4777,12 +4777,12 @@
{
"description": "My secret api key",
"expiresOn": "2023-04-20T05:54:34.408Z",
"key": "zpka_66b21c8591354c0997db232cc2f79c9e_69253f24"
"key": "zpka_66b**"
},
{
"description": "My secret api key2",
"expiresOn": "2023-05-20T05:54:34.408Z",
"key": "zpka_77b21c8591354c0997db232cc2f79c9e_69253f99"
"key": "zpka_77b**"
}
]
},
Expand All @@ -4807,7 +4807,7 @@
"example": {
"description": "My secret api key",
"expiresOn": "2023-04-20T05:54:34.408Z",
"key": "zpka_66b21c8591354c0997db232cc2f79c9e_69253f24"
"key": "zpka_66b**"
}
},
"Zuplo.ApiKeys.ApiKeys": {
Expand Down Expand Up @@ -4843,7 +4843,7 @@
"id": "key_m1m4ol223R0kGHGZY7tPQMQl",
"description": "My secret api key",
"expiresOn": "2023-04-20T05:54:34.408Z",
"key": "zpka_66b21c8591354c0997db232cc2f79c9e_69253f24"
"key": "zpka_66b**"
}
],
"limit": 1000,
Expand Down

0 comments on commit 8e9da57

Please sign in to comment.