74 lines
1.2 KiB
JSON
74 lines
1.2 KiB
JSON
{
|
||
name: "Akeneo 1.7/2.x/3.x PIM API environment",
|
||
values: [
|
||
{
|
||
enabled: true,
|
||
key: "url",
|
||
value: "https://your-favorite-1.7-2x-or-3x-PIM.akeneo.com",
|
||
type: "text"
|
||
},
|
||
{
|
||
enabled: true,
|
||
key: "clientId",
|
||
value: "client_id",
|
||
type: "text"
|
||
},
|
||
{
|
||
enabled: true,
|
||
key: "secret",
|
||
value: "secret",
|
||
type: "text"
|
||
},
|
||
{
|
||
enabled: true,
|
||
key: "username",
|
||
value: "username",
|
||
type: "text"
|
||
},
|
||
{
|
||
enabled: true,
|
||
key: "password",
|
||
value: "password",
|
||
type: "text"
|
||
}
|
||
]
|
||
}
|
||
// 20201010100925
|
||
// https://api.akeneo.com/files/akeneo-PIM-API-environment-old.postman_environment.json
|
||
|
||
{
|
||
"name": "Akeneo 1.7/2.x/3.x PIM API environment",
|
||
"values": [
|
||
{
|
||
"enabled": true,
|
||
"key": "url",
|
||
"value": "https://your-favorite-1.7-2x-or-3x-PIM.akeneo.com",
|
||
"type": "text"
|
||
},
|
||
{
|
||
"enabled": true,
|
||
"key": "clientId",
|
||
"value": "client_id",
|
||
"type": "text"
|
||
},
|
||
{
|
||
"enabled": true,
|
||
"key": "secret",
|
||
"value": "secret",
|
||
"type": "text"
|
||
},
|
||
{
|
||
"enabled": true,
|
||
"key": "username",
|
||
"value": "username",
|
||
"type": "text"
|
||
},
|
||
{
|
||
"enabled": true,
|
||
"key": "password",
|
||
"value": "password",
|
||
"type": "text"
|
||
}
|
||
]
|
||
}
|