mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
chore(postman): update auth for payment connectors in postman collection (#7702)
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
"Create API Key",
|
"Create API Key",
|
||||||
"Update API Key",
|
"Update API Key",
|
||||||
"Retrieve API Key",
|
"Retrieve API Key",
|
||||||
"List API Keys",
|
"List API Keys"
|
||||||
"Delete API Key"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -48,8 +48,8 @@
|
|||||||
"payment_method_data": {
|
"payment_method_data": {
|
||||||
"card": {
|
"card": {
|
||||||
"card_number": "4242424242424242",
|
"card_number": "4242424242424242",
|
||||||
"card_exp_month": "01",
|
"card_exp_month": "10",
|
||||||
"card_exp_year": "24",
|
"card_exp_year": "25",
|
||||||
"card_holder_name": "joseph Doe",
|
"card_holder_name": "joseph Doe",
|
||||||
"card_cvc": "123"
|
"card_cvc": "123"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -40,8 +40,8 @@
|
|||||||
"payment_method_data": {
|
"payment_method_data": {
|
||||||
"card": {
|
"card": {
|
||||||
"card_number": "4242424242424242",
|
"card_number": "4242424242424242",
|
||||||
"card_exp_month": "01",
|
"card_exp_month": "10",
|
||||||
"card_exp_year": "24",
|
"card_exp_year": "25",
|
||||||
"card_holder_name": "joseph Doe",
|
"card_holder_name": "joseph Doe",
|
||||||
"card_cvc": "123"
|
"card_cvc": "123"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
"Payment Connector - Update",
|
"Payment Connector - Update",
|
||||||
"List Connectors by MID",
|
"List Connectors by MID",
|
||||||
"Payment Connector - Delete",
|
"Payment Connector - Delete",
|
||||||
"Merchant Account - Delete"
|
"Merchant Account - Delete",
|
||||||
|
"Delete API Key"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
"Create API Key",
|
"Create API Key",
|
||||||
"Update API Key",
|
"Update API Key",
|
||||||
"Retrieve API Key",
|
"Retrieve API Key",
|
||||||
"List API Keys",
|
"List API Keys"
|
||||||
"Delete API Key"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
"Payment Connector - Update",
|
"Payment Connector - Update",
|
||||||
"List Connectors by MID",
|
"List Connectors by MID",
|
||||||
"Payment Connector - Delete",
|
"Payment Connector - Delete",
|
||||||
"Merchant Account - Delete"
|
"Merchant Account - Delete",
|
||||||
|
"Delete API Key"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -3,7 +3,6 @@
|
|||||||
"Create API Key",
|
"Create API Key",
|
||||||
"Update API Key",
|
"Update API Key",
|
||||||
"Retrieve API Key",
|
"Retrieve API Key",
|
||||||
"List API Keys",
|
"List API Keys"
|
||||||
"Delete API Key"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
"Payment Connector - Update",
|
"Payment Connector - Update",
|
||||||
"List Connectors by MID",
|
"List Connectors by MID",
|
||||||
"Payment Connector - Delete",
|
"Payment Connector - Delete",
|
||||||
"Merchant Account - Delete"
|
"Merchant Account - Delete",
|
||||||
|
"Delete API Key"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"apikey": [
|
"apikey": [
|
||||||
{
|
{
|
||||||
"key": "value",
|
"key": "value",
|
||||||
"value": "{{admin_api_key}}",
|
"value": "{{api_key}}",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user