diff --git a/resources/views/scribe/index.blade.php b/resources/views/scribe/index.blade.php index 49677b6..dcd75f5 100644 --- a/resources/views/scribe/index.blade.php +++ b/resources/views/scribe/index.blade.php @@ -3445,7 +3445,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw Example:
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-created/ex" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-created/quia" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -5885,7 +5885,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-created/ex"
+ "https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-created/quia"
);
const headers = {
@@ -5906,7 +5906,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-created/ex';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-created/quia';
$response = $client->get(
$url,
[
@@ -5929,7 +5929,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-created/ex'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-created/quia'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -6629,7 +6629,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- et
+ voluptatem
@@ -6670,7 +6670,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-allocated/et" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-allocated/voluptatem" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -6682,7 +6682,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-allocated/et"
+ "https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-allocated/voluptatem"
);
const headers = {
@@ -6703,7 +6703,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-allocated/et';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-allocated/voluptatem';
$response = $client->get(
$url,
[
@@ -6726,7 +6726,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-allocated/et'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/my-team-voucher-sets-allocated/voluptatem'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -7861,7 +7861,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- nostrum
+ est
@@ -7888,7 +7888,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- nfisher@example.net
+ ujacobson@example.net
@@ -7915,7 +7915,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- odit
+ nesciunt
@@ -7961,9 +7961,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"shop_name\": \"nostrum\",
- \"user_email\": \"nfisher@example.net\",
- \"user_name\": \"odit\"
+ \"shop_name\": \"est\",
+ \"user_email\": \"ujacobson@example.net\",
+ \"user_name\": \"nesciunt\"
}"
@@ -7984,9 +7984,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "shop_name": "nostrum",
- "user_email": "nfisher@example.net",
- "user_name": "odit"
+ "shop_name": "est",
+ "user_email": "ujacobson@example.net",
+ "user_name": "nesciunt"
};
fetch(url, {
@@ -8012,9 +8012,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'shop_name' => 'nostrum',
- 'user_email' => 'nfisher@example.net',
- 'user_name' => 'odit',
+ 'shop_name' => 'est',
+ 'user_email' => 'ujacobson@example.net',
+ 'user_name' => 'nesciunt',
],
]
);
@@ -8031,9 +8031,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/shops'
payload = {
- "shop_name": "nostrum",
- "user_email": "nfisher@example.net",
- "user_name": "odit"
+ "shop_name": "est",
+ "user_email": "ujacobson@example.net",
+ "user_name": "nesciunt"
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -8772,7 +8772,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 13
+ 11
@@ -8863,7 +8863,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/system-statistics/13?cached=1&fields=id%2Cnum_users" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/system-statistics/11?cached=1&fields=id%2Cnum_users" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -8875,7 +8875,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/system-statistics/13"
+ "https://vine.openfoodnetwork.org.au/api/v1/system-statistics/11"
);
const params = {
@@ -8903,7 +8903,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/system-statistics/13';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/system-statistics/11';
$response = $client->get(
$url,
[
@@ -8930,7 +8930,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/system-statistics/13'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/system-statistics/11'
params = {
'cached': '1',
'fields': 'id,num_users',
@@ -9162,7 +9162,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- aliquid
+ esse
@@ -9187,7 +9187,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- vweber@example.org
+ abel88@example.net
@@ -9212,7 +9212,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 9
+ 18
@@ -9258,9 +9258,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"voucher_id\": \"aliquid\",
- \"beneficiary_email\": \"vweber@example.org\",
- \"resend_beneficiary_distribution_id\": 9
+ \"voucher_id\": \"esse\",
+ \"beneficiary_email\": \"abel88@example.net\",
+ \"resend_beneficiary_distribution_id\": 18
}"
@@ -9281,9 +9281,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "voucher_id": "aliquid",
- "beneficiary_email": "vweber@example.org",
- "resend_beneficiary_distribution_id": 9
+ "voucher_id": "esse",
+ "beneficiary_email": "abel88@example.net",
+ "resend_beneficiary_distribution_id": 18
};
fetch(url, {
@@ -9309,9 +9309,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'voucher_id' => 'aliquid',
- 'beneficiary_email' => 'vweber@example.org',
- 'resend_beneficiary_distribution_id' => 9,
+ 'voucher_id' => 'esse',
+ 'beneficiary_email' => 'abel88@example.net',
+ 'resend_beneficiary_distribution_id' => 18,
],
]
);
@@ -9328,9 +9328,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/voucher-beneficiary-distributions'
payload = {
- "voucher_id": "aliquid",
- "beneficiary_email": "vweber@example.org",
- "resend_beneficiary_distribution_id": 9
+ "voucher_id": "esse",
+ "beneficiary_email": "abel88@example.net",
+ "resend_beneficiary_distribution_id": 18
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -9550,7 +9550,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- quas
+ perferendis
@@ -9577,7 +9577,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- non
+ omnis
@@ -9623,8 +9623,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"type\": \"quas\",
- \"value\": \"non\"
+ \"type\": \"perferendis\",
+ \"value\": \"omnis\"
}"
@@ -9645,8 +9645,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "type": "quas",
- "value": "non"
+ "type": "perferendis",
+ "value": "omnis"
};
fetch(url, {
@@ -9672,8 +9672,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'type' => 'quas',
- 'value' => 'non',
+ 'type' => 'perferendis',
+ 'value' => 'omnis',
],
]
);
@@ -9690,8 +9690,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/voucher-validation'
payload = {
- "type": "quas",
- "value": "non"
+ "type": "perferendis",
+ "value": "omnis"
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -9896,7 +9896,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- commodi
+ placeat
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/admin/system-statistics/quisquam?cached=1&fields=id%2Ccreated_at" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/admin/system-statistics/officia?cached=1&fields=id%2Ccreated_at" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -13111,7 +13111,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/system-statistics/quisquam"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/system-statistics/officia"
);
const params = {
@@ -13139,7 +13139,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/system-statistics/quisquam';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/system-statistics/officia';
$response = $client->get(
$url,
[
@@ -13166,7 +13166,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/system-statistics/quisquam'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/system-statistics/officia'
params = {
'cached': '1',
'fields': 'id,created_at',
@@ -13914,7 +13914,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- et
+ beatae
@@ -13941,7 +13941,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 14
+ 1
@@ -13987,8 +13987,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"name\": \"et\",
- \"country_id\": 14
+ \"name\": \"beatae\",
+ \"country_id\": 1
}"
@@ -14009,8 +14009,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "name": "et",
- "country_id": 14
+ "name": "beatae",
+ "country_id": 1
};
fetch(url, {
@@ -14036,8 +14036,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'name' => 'et',
- 'country_id' => 14,
+ 'name' => 'beatae',
+ 'country_id' => 1,
],
]
);
@@ -14054,8 +14054,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams'
payload = {
- "name": "et",
- "country_id": 14
+ "name": "beatae",
+ "country_id": 1
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -14215,7 +14215,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- odio
+ in
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/odio?cached=1&fields=id%2Ccreated_at" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/in?cached=1&fields=id%2Ccreated_at" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -14318,7 +14318,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/odio"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/in"
);
const params = {
@@ -14346,7 +14346,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/odio';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/in';
$response = $client->get(
$url,
[
@@ -14373,7 +14373,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/odio'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/in'
params = {
'cached': '1',
'fields': 'id,created_at',
@@ -14592,7 +14592,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- quis
+ nisi
@@ -14624,7 +14624,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- in
+ alias
@@ -14649,7 +14649,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 2
+ 20
@@ -14689,14 +14689,14 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request PUT \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/quis" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/nisi" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"name\": \"in\",
- \"country_id\": 2
+ \"name\": \"alias\",
+ \"country_id\": 20
}"
@@ -14706,7 +14706,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/quis"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/nisi"
);
const headers = {
@@ -14717,8 +14717,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "name": "in",
- "country_id": 2
+ "name": "alias",
+ "country_id": 20
};
fetch(url, {
@@ -14733,7 +14733,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/quis';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/nisi';
$response = $client->put(
$url,
[
@@ -14744,8 +14744,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'name' => 'in',
- 'country_id' => 2,
+ 'name' => 'alias',
+ 'country_id' => 20,
],
]
);
@@ -14760,10 +14760,10 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/quis'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/nisi'
payload = {
- "name": "in",
- "country_id": 2
+ "name": "alias",
+ "country_id": 20
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -14923,7 +14923,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- nobis
+ deleniti
@@ -14964,7 +14964,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request DELETE \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/nobis" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/deleniti" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -14976,7 +14976,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/nobis"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/teams/deleniti"
);
const headers = {
@@ -14997,7 +14997,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/nobis';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/deleniti';
$response = $client->delete(
$url,
[
@@ -15020,7 +15020,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/nobis'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/teams/deleniti'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -15713,7 +15713,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 18
+ 12
@@ -15740,7 +15740,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 8
+ 15
@@ -15786,8 +15786,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"team_id\": 18,
- \"merchant_team_id\": 8
+ \"team_id\": 12,
+ \"merchant_team_id\": 15
}"
@@ -15808,8 +15808,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "team_id": 18,
- "merchant_team_id": 8
+ "team_id": 12,
+ "merchant_team_id": 15
};
fetch(url, {
@@ -15835,8 +15835,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'team_id' => 18,
- 'merchant_team_id' => 8,
+ 'team_id' => 12,
+ 'merchant_team_id' => 15,
],
]
);
@@ -15853,8 +15853,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams'
payload = {
- "team_id": 18,
- "merchant_team_id": 8
+ "team_id": 12,
+ "merchant_team_id": 15
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -16014,7 +16014,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- et
+ dignissimos
@@ -16055,7 +16055,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request DELETE \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams/et" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams/dignissimos" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -16067,7 +16067,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams/et"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams/dignissimos"
);
const headers = {
@@ -16088,7 +16088,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams/et';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams/dignissimos';
$response = $client->delete(
$url,
[
@@ -16111,7 +16111,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams/et'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-merchant-teams/dignissimos'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -16804,7 +16804,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 11
+ 13
@@ -16831,7 +16831,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 18
+ 13
@@ -16877,8 +16877,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"team_id\": 11,
- \"service_team_id\": 18
+ \"team_id\": 13,
+ \"service_team_id\": 13
}"
@@ -16899,8 +16899,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "team_id": 11,
- "service_team_id": 18
+ "team_id": 13,
+ "service_team_id": 13
};
fetch(url, {
@@ -16926,8 +16926,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'team_id' => 11,
- 'service_team_id' => 18,
+ 'team_id' => 13,
+ 'service_team_id' => 13,
],
]
);
@@ -16944,8 +16944,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams'
payload = {
- "team_id": 11,
- "service_team_id": 18
+ "team_id": 13,
+ "service_team_id": 13
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -17110,7 +17110,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- id
+ autem
@@ -17151,7 +17151,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request PUT \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/id" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/autem" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -17163,7 +17163,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/id"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/autem"
);
const headers = {
@@ -17184,7 +17184,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/id';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/autem';
$response = $client->put(
$url,
[
@@ -17207,7 +17207,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/id'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/autem'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -17366,7 +17366,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- necessitatibus
+ harum
@@ -17407,7 +17407,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request DELETE \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/necessitatibus" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/harum" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -17419,7 +17419,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/necessitatibus"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/harum"
);
const headers = {
@@ -17440,7 +17440,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/necessitatibus';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/harum';
$response = $client->delete(
$url,
[
@@ -17463,7 +17463,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/necessitatibus'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-service-teams/harum'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -18156,7 +18156,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 19
+ 18
@@ -18183,7 +18183,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 19
+ 9
@@ -18229,8 +18229,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"team_id\": 19,
- \"user_id\": 19
+ \"team_id\": 18,
+ \"user_id\": 9
}"
@@ -18251,8 +18251,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "team_id": 19,
- "user_id": 19
+ "team_id": 18,
+ "user_id": 9
};
fetch(url, {
@@ -18278,8 +18278,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'team_id' => 19,
- 'user_id' => 19,
+ 'team_id' => 18,
+ 'user_id' => 9,
],
]
);
@@ -18296,8 +18296,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users'
payload = {
- "team_id": 19,
- "user_id": 19
+ "team_id": 18,
+ "user_id": 9
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -18462,7 +18462,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- repellat
+ ut
@@ -18496,7 +18496,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- agrady@example.com
+ davion71@example.net
@@ -18536,13 +18536,13 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request PUT \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/repellat" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/ut" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"send_invite_email\": \"agrady@example.com\"
+ \"send_invite_email\": \"davion71@example.net\"
}"
@@ -18552,7 +18552,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/repellat"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/ut"
);
const headers = {
@@ -18563,7 +18563,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "send_invite_email": "agrady@example.com"
+ "send_invite_email": "davion71@example.net"
};
fetch(url, {
@@ -18578,7 +18578,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/repellat';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/ut';
$response = $client->put(
$url,
[
@@ -18589,7 +18589,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'send_invite_email' => 'agrady@example.com',
+ 'send_invite_email' => 'davion71@example.net',
],
]
);
@@ -18604,9 +18604,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/repellat'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/ut'
payload = {
- "send_invite_email": "agrady@example.com"
+ "send_invite_email": "davion71@example.net"
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -18766,7 +18766,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- voluptatem
+ quo
@@ -18807,7 +18807,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request DELETE \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/voluptatem" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/quo" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -18819,7 +18819,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/voluptatem"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/quo"
);
const headers = {
@@ -18840,7 +18840,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/voluptatem';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/quo';
$response = $client->delete(
$url,
[
@@ -18863,7 +18863,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/voluptatem'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-users/quo'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -19556,7 +19556,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 10
+ 12
@@ -19583,7 +19583,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- quia
+ illum
@@ -19610,7 +19610,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 4
+ 18
@@ -19637,7 +19637,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 19
+ 16
@@ -19664,7 +19664,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 7
+ 9
@@ -19691,7 +19691,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 15
+ 10
@@ -19718,7 +19718,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 11
+ 7
@@ -19745,7 +19745,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 10
+ 6
@@ -19772,7 +19772,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 2
+ 3
@@ -19799,7 +19799,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 2
+ 20
@@ -19826,7 +19826,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 20
+ 15
@@ -19880,7 +19880,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 3
+ 20
@@ -19907,7 +19907,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 12
+ 14
@@ -19934,7 +19934,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- pariatur
+ voluptatum
@@ -19980,21 +19980,21 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"team_id\": 10,
- \"voucher_template_path\": \"quia\",
- \"voucher_qr_size_px\": 4,
- \"voucher_qr_x\": 19,
- \"voucher_qr_y\": 7,
- \"voucher_code_size_px\": 15,
- \"voucher_code_x\": 11,
- \"voucher_code_y\": 10,
- \"voucher_expiry_size_px\": 2,
- \"voucher_expiry_x\": 2,
- \"voucher_expiry_y\": 20,
+ \"team_id\": 12,
+ \"voucher_template_path\": \"illum\",
+ \"voucher_qr_size_px\": 18,
+ \"voucher_qr_x\": 16,
+ \"voucher_qr_y\": 9,
+ \"voucher_code_size_px\": 10,
+ \"voucher_code_x\": 7,
+ \"voucher_code_y\": 6,
+ \"voucher_expiry_size_px\": 3,
+ \"voucher_expiry_x\": 20,
+ \"voucher_expiry_y\": 15,
\"voucher_value_size_px\": 17,
- \"voucher_value_x\": 3,
- \"voucher_value_y\": 12,
- \"overlay_font_path\": \"pariatur\"
+ \"voucher_value_x\": 20,
+ \"voucher_value_y\": 14,
+ \"overlay_font_path\": \"voluptatum\"
}"
@@ -20015,21 +20015,21 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "team_id": 10,
- "voucher_template_path": "quia",
- "voucher_qr_size_px": 4,
- "voucher_qr_x": 19,
- "voucher_qr_y": 7,
- "voucher_code_size_px": 15,
- "voucher_code_x": 11,
- "voucher_code_y": 10,
- "voucher_expiry_size_px": 2,
- "voucher_expiry_x": 2,
- "voucher_expiry_y": 20,
+ "team_id": 12,
+ "voucher_template_path": "illum",
+ "voucher_qr_size_px": 18,
+ "voucher_qr_x": 16,
+ "voucher_qr_y": 9,
+ "voucher_code_size_px": 10,
+ "voucher_code_x": 7,
+ "voucher_code_y": 6,
+ "voucher_expiry_size_px": 3,
+ "voucher_expiry_x": 20,
+ "voucher_expiry_y": 15,
"voucher_value_size_px": 17,
- "voucher_value_x": 3,
- "voucher_value_y": 12,
- "overlay_font_path": "pariatur"
+ "voucher_value_x": 20,
+ "voucher_value_y": 14,
+ "overlay_font_path": "voluptatum"
};
fetch(url, {
@@ -20055,21 +20055,21 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'team_id' => 10,
- 'voucher_template_path' => 'quia',
- 'voucher_qr_size_px' => 4,
- 'voucher_qr_x' => 19,
- 'voucher_qr_y' => 7,
- 'voucher_code_size_px' => 15,
- 'voucher_code_x' => 11,
- 'voucher_code_y' => 10,
- 'voucher_expiry_size_px' => 2,
- 'voucher_expiry_x' => 2,
- 'voucher_expiry_y' => 20,
+ 'team_id' => 12,
+ 'voucher_template_path' => 'illum',
+ 'voucher_qr_size_px' => 18,
+ 'voucher_qr_x' => 16,
+ 'voucher_qr_y' => 9,
+ 'voucher_code_size_px' => 10,
+ 'voucher_code_x' => 7,
+ 'voucher_code_y' => 6,
+ 'voucher_expiry_size_px' => 3,
+ 'voucher_expiry_x' => 20,
+ 'voucher_expiry_y' => 15,
'voucher_value_size_px' => 17,
- 'voucher_value_x' => 3,
- 'voucher_value_y' => 12,
- 'overlay_font_path' => 'pariatur',
+ 'voucher_value_x' => 20,
+ 'voucher_value_y' => 14,
+ 'overlay_font_path' => 'voluptatum',
],
]
);
@@ -20086,21 +20086,21 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates'
payload = {
- "team_id": 10,
- "voucher_template_path": "quia",
- "voucher_qr_size_px": 4,
- "voucher_qr_x": 19,
- "voucher_qr_y": 7,
- "voucher_code_size_px": 15,
- "voucher_code_x": 11,
- "voucher_code_y": 10,
- "voucher_expiry_size_px": 2,
- "voucher_expiry_x": 2,
- "voucher_expiry_y": 20,
+ "team_id": 12,
+ "voucher_template_path": "illum",
+ "voucher_qr_size_px": 18,
+ "voucher_qr_x": 16,
+ "voucher_qr_y": 9,
+ "voucher_code_size_px": 10,
+ "voucher_code_x": 7,
+ "voucher_code_y": 6,
+ "voucher_expiry_size_px": 3,
+ "voucher_expiry_x": 20,
+ "voucher_expiry_y": 15,
"voucher_value_size_px": 17,
- "voucher_value_x": 3,
- "voucher_value_y": 12,
- "overlay_font_path": "pariatur"
+ "voucher_value_x": 20,
+ "voucher_value_y": 14,
+ "overlay_font_path": "voluptatum"
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -20260,7 +20260,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- ipsum
+ libero
@@ -20351,7 +20351,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/ipsum?cached=1&fields=id%2Ccreated_at" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/libero?cached=1&fields=id%2Ccreated_at" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -20363,7 +20363,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/ipsum"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/libero"
);
const params = {
@@ -20391,7 +20391,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/ipsum';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/libero';
$response = $client->get(
$url,
[
@@ -20418,7 +20418,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/ipsum'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/libero'
params = {
'cached': '1',
'fields': 'id,created_at',
@@ -20637,7 +20637,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- omnis
+ nisi
@@ -20669,7 +20669,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- vel
+ qui
@@ -20694,7 +20694,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 9
+ 1
@@ -20719,7 +20719,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 6
+ 20
@@ -20744,7 +20744,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 11
+ 3
@@ -20769,7 +20769,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 4
+ 15
@@ -20794,7 +20794,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 13
+ 5
@@ -20819,7 +20819,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 2
+ 9
@@ -20844,7 +20844,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- laboriosam
+ consectetur
@@ -20869,7 +20869,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 18
+ 4
curl --request PUT \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/omnis" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/nisi" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"voucher_template_path\": \"vel\",
- \"voucher_qr_size_px\": 9,
- \"voucher_qr_x\": 6,
- \"voucher_qr_y\": 11,
- \"voucher_code_size_px\": 4,
- \"voucher_code_x\": 13,
- \"voucher_code_y\": 2,
- \"voucher_code_prefix\": \"laboriosam\",
- \"voucher_expiry_size_px\": 18,
- \"voucher_expiry_x\": 20,
- \"voucher_expiry_y\": 9,
- \"voucher_expiry_prefix\": \"quaerat\",
- \"voucher_value_size_px\": 11,
- \"voucher_value_x\": 14,
+ \"voucher_template_path\": \"qui\",
+ \"voucher_qr_size_px\": 1,
+ \"voucher_qr_x\": 20,
+ \"voucher_qr_y\": 3,
+ \"voucher_code_size_px\": 15,
+ \"voucher_code_x\": 5,
+ \"voucher_code_y\": 9,
+ \"voucher_code_prefix\": \"consectetur\",
+ \"voucher_expiry_size_px\": 4,
+ \"voucher_expiry_x\": 5,
+ \"voucher_expiry_y\": 17,
+ \"voucher_expiry_prefix\": \"dolorem\",
+ \"voucher_value_size_px\": 1,
+ \"voucher_value_x\": 1,
\"voucher_value_y\": 13,
- \"voucher_value_prefix\": \"sunt\",
- \"overlay_font_path\": \"impedit\",
- \"archive\": true
+ \"voucher_value_prefix\": \"corporis\",
+ \"overlay_font_path\": \"blanditiis\",
+ \"archive\": false
}"
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/omnis"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/nisi"
);
const headers = {
@@ -21178,24 +21178,24 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "voucher_template_path": "vel",
- "voucher_qr_size_px": 9,
- "voucher_qr_x": 6,
- "voucher_qr_y": 11,
- "voucher_code_size_px": 4,
- "voucher_code_x": 13,
- "voucher_code_y": 2,
- "voucher_code_prefix": "laboriosam",
- "voucher_expiry_size_px": 18,
- "voucher_expiry_x": 20,
- "voucher_expiry_y": 9,
- "voucher_expiry_prefix": "quaerat",
- "voucher_value_size_px": 11,
- "voucher_value_x": 14,
+ "voucher_template_path": "qui",
+ "voucher_qr_size_px": 1,
+ "voucher_qr_x": 20,
+ "voucher_qr_y": 3,
+ "voucher_code_size_px": 15,
+ "voucher_code_x": 5,
+ "voucher_code_y": 9,
+ "voucher_code_prefix": "consectetur",
+ "voucher_expiry_size_px": 4,
+ "voucher_expiry_x": 5,
+ "voucher_expiry_y": 17,
+ "voucher_expiry_prefix": "dolorem",
+ "voucher_value_size_px": 1,
+ "voucher_value_x": 1,
"voucher_value_y": 13,
- "voucher_value_prefix": "sunt",
- "overlay_font_path": "impedit",
- "archive": true
+ "voucher_value_prefix": "corporis",
+ "overlay_font_path": "blanditiis",
+ "archive": false
};
fetch(url, {
@@ -21210,7 +21210,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/omnis';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/nisi';
$response = $client->put(
$url,
[
@@ -21221,24 +21221,24 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'voucher_template_path' => 'vel',
- 'voucher_qr_size_px' => 9,
- 'voucher_qr_x' => 6,
- 'voucher_qr_y' => 11,
- 'voucher_code_size_px' => 4,
- 'voucher_code_x' => 13,
- 'voucher_code_y' => 2,
- 'voucher_code_prefix' => 'laboriosam',
- 'voucher_expiry_size_px' => 18,
- 'voucher_expiry_x' => 20,
- 'voucher_expiry_y' => 9,
- 'voucher_expiry_prefix' => 'quaerat',
- 'voucher_value_size_px' => 11,
- 'voucher_value_x' => 14,
+ 'voucher_template_path' => 'qui',
+ 'voucher_qr_size_px' => 1,
+ 'voucher_qr_x' => 20,
+ 'voucher_qr_y' => 3,
+ 'voucher_code_size_px' => 15,
+ 'voucher_code_x' => 5,
+ 'voucher_code_y' => 9,
+ 'voucher_code_prefix' => 'consectetur',
+ 'voucher_expiry_size_px' => 4,
+ 'voucher_expiry_x' => 5,
+ 'voucher_expiry_y' => 17,
+ 'voucher_expiry_prefix' => 'dolorem',
+ 'voucher_value_size_px' => 1,
+ 'voucher_value_x' => 1,
'voucher_value_y' => 13,
- 'voucher_value_prefix' => 'sunt',
- 'overlay_font_path' => 'impedit',
- 'archive' => true,
+ 'voucher_value_prefix' => 'corporis',
+ 'overlay_font_path' => 'blanditiis',
+ 'archive' => false,
],
]
);
@@ -21253,26 +21253,26 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/omnis'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/nisi'
payload = {
- "voucher_template_path": "vel",
- "voucher_qr_size_px": 9,
- "voucher_qr_x": 6,
- "voucher_qr_y": 11,
- "voucher_code_size_px": 4,
- "voucher_code_x": 13,
- "voucher_code_y": 2,
- "voucher_code_prefix": "laboriosam",
- "voucher_expiry_size_px": 18,
- "voucher_expiry_x": 20,
- "voucher_expiry_y": 9,
- "voucher_expiry_prefix": "quaerat",
- "voucher_value_size_px": 11,
- "voucher_value_x": 14,
+ "voucher_template_path": "qui",
+ "voucher_qr_size_px": 1,
+ "voucher_qr_x": 20,
+ "voucher_qr_y": 3,
+ "voucher_code_size_px": 15,
+ "voucher_code_x": 5,
+ "voucher_code_y": 9,
+ "voucher_code_prefix": "consectetur",
+ "voucher_expiry_size_px": 4,
+ "voucher_expiry_x": 5,
+ "voucher_expiry_y": 17,
+ "voucher_expiry_prefix": "dolorem",
+ "voucher_value_size_px": 1,
+ "voucher_value_x": 1,
"voucher_value_y": 13,
- "voucher_value_prefix": "sunt",
- "overlay_font_path": "impedit",
- "archive": true
+ "voucher_value_prefix": "corporis",
+ "overlay_font_path": "blanditiis",
+ "archive": false
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -21432,7 +21432,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- ratione
+ et
@@ -21473,7 +21473,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request DELETE \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/ratione" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/et" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -21485,7 +21485,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/ratione"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/et"
);
const headers = {
@@ -21506,7 +21506,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/ratione';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/et';
$response = $client->delete(
$url,
[
@@ -21529,7 +21529,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/ratione'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/team-voucher-templates/et'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -22222,7 +22222,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 17
+ 16
@@ -22249,7 +22249,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- nesciunt
+ sit
@@ -22276,7 +22276,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- ["illo"]
+ ["itaque"]
@@ -22322,10 +22322,10 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"user_id\": 17,
- \"name\": \"nesciunt\",
+ \"user_id\": 16,
+ \"name\": \"sit\",
\"token_abilities\": [
- \"illo\"
+ \"itaque\"
]
}"
@@ -22347,10 +22347,10 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "user_id": 17,
- "name": "nesciunt",
+ "user_id": 16,
+ "name": "sit",
"token_abilities": [
- "illo"
+ "itaque"
]
};
@@ -22377,10 +22377,10 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'user_id' => 17,
- 'name' => 'nesciunt',
+ 'user_id' => 16,
+ 'name' => 'sit',
'token_abilities' => [
- 'illo',
+ 'itaque',
],
],
]
@@ -22398,10 +22398,10 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens'
payload = {
- "user_id": 17,
- "name": "nesciunt",
+ "user_id": 16,
+ "name": "sit",
"token_abilities": [
- "illo"
+ "itaque"
]
}
headers = {
@@ -22559,7 +22559,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- corrupti
+ eos
@@ -22650,7 +22650,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/corrupti?cached=1&fields=id%2Ccreated_at" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/eos?cached=1&fields=id%2Ccreated_at" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -22662,7 +22662,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/corrupti"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/eos"
);
const params = {
@@ -22690,7 +22690,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/corrupti';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/eos';
$response = $client->get(
$url,
[
@@ -22717,7 +22717,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/corrupti'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/eos'
params = {
'cached': '1',
'fields': 'id,created_at',
@@ -22928,7 +22928,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- repellat
+ vitae
@@ -22969,7 +22969,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request DELETE \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/repellat" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/vitae" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -22981,7 +22981,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/repellat"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/vitae"
);
const headers = {
@@ -23002,7 +23002,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/repellat';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/vitae';
$response = $client->delete(
$url,
[
@@ -23025,7 +23025,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/repellat'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/user-personal-access-tokens/vitae'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',
@@ -23195,7 +23195,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- in
+ quo
@@ -23222,7 +23222,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- leannon.sidney@example.org
+ plittle@example.net
@@ -23249,7 +23249,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 13
+ 12
@@ -23295,9 +23295,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"name\": \"in\",
- \"email\": \"leannon.sidney@example.org\",
- \"current_team_id\": 13
+ \"name\": \"quo\",
+ \"email\": \"plittle@example.net\",
+ \"current_team_id\": 12
}"
@@ -23318,9 +23318,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "name": "in",
- "email": "leannon.sidney@example.org",
- "current_team_id": 13
+ "name": "quo",
+ "email": "plittle@example.net",
+ "current_team_id": 12
};
fetch(url, {
@@ -23346,9 +23346,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'name' => 'in',
- 'email' => 'leannon.sidney@example.org',
- 'current_team_id' => 13,
+ 'name' => 'quo',
+ 'email' => 'plittle@example.net',
+ 'current_team_id' => 12,
],
]
);
@@ -23365,9 +23365,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users'
payload = {
- "name": "in",
- "email": "leannon.sidney@example.org",
- "current_team_id": 13
+ "name": "quo",
+ "email": "plittle@example.net",
+ "current_team_id": 12
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -24050,7 +24050,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- neque
+ laborum
@@ -24141,7 +24141,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/admin/users/neque?cached=1&fields=id%2Ccreated_at" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/admin/users/laborum?cached=1&fields=id%2Ccreated_at" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -24153,7 +24153,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/users/neque"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/users/laborum"
);
const params = {
@@ -24181,7 +24181,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/neque';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/laborum';
$response = $client->get(
$url,
[
@@ -24208,7 +24208,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/neque'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/laborum'
params = {
'cached': '1',
'fields': 'id,created_at',
@@ -24422,7 +24422,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- illum
+ et
@@ -24494,7 +24494,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request PUT \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/users/illum" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/users/et" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -24510,7 +24510,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/users/illum"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/users/et"
);
const headers = {
@@ -24536,7 +24536,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/illum';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/et';
$response = $client->put(
$url,
[
@@ -24562,7 +24562,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/illum'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/et'
payload = {
"is_admin": true
}
@@ -24724,7 +24724,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- tenetur
+ est
@@ -24815,7 +24815,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request GET \
- --get "https://vine.openfoodnetwork.org.au/api/v1/admin/users/tenetur?cached=1&fields=id%2Ccreated_at" \
+ --get "https://vine.openfoodnetwork.org.au/api/v1/admin/users/est?cached=1&fields=id%2Ccreated_at" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -24827,7 +24827,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/users/tenetur"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/users/est"
);
const params = {
@@ -24855,7 +24855,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/tenetur';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/est';
$response = $client->get(
$url,
[
@@ -24882,7 +24882,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/tenetur'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/est'
params = {
'cached': '1',
'fields': 'id,created_at',
@@ -25101,7 +25101,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- quo
+ nam
@@ -25133,7 +25133,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- true
+ false
@@ -25173,13 +25173,13 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request PUT \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/users/quo" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/users/nam" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"is_admin\": true
+ \"is_admin\": false
}"
@@ -25189,7 +25189,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/users/quo"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/users/nam"
);
const headers = {
@@ -25200,7 +25200,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "is_admin": true
+ "is_admin": false
};
fetch(url, {
@@ -25215,7 +25215,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/quo';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/nam';
$response = $client->put(
$url,
[
@@ -25226,7 +25226,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'is_admin' => true,
+ 'is_admin' => false,
],
]
);
@@ -25241,9 +25241,9 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/quo'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/users/nam'
payload = {
- "is_admin": true
+ "is_admin": false
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -26271,7 +26271,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- false
+ true
@@ -26298,7 +26298,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 9
+ 6
@@ -26325,7 +26325,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- ["voluptas"]
+ ["autem"]
@@ -26350,7 +26350,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 18
+ 12
@@ -26377,7 +26377,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 10
+ 5
@@ -26404,7 +26404,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 7
+ 10
@@ -26431,7 +26431,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- ["mollitia"]
+ ["voluptatem"]
@@ -26456,7 +26456,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- rerum
+ omnis
@@ -26483,7 +26483,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- rerum
+ harum
@@ -26529,19 +26529,19 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"is_test\": false,
- \"allocated_to_service_team_id\": 9,
+ \"is_test\": true,
+ \"allocated_to_service_team_id\": 6,
\"merchant_team_ids\": [
- \"voluptas\"
+ \"autem\"
],
- \"funded_by_team_id\": 18,
- \"voucher_template_id\": 10,
- \"total_set_value\": 7,
+ \"funded_by_team_id\": 12,
+ \"voucher_template_id\": 5,
+ \"total_set_value\": 10,
\"denominations\": [
- \"mollitia\"
+ \"voluptatem\"
],
- \"expires_at\": \"rerum\",
- \"voucher_set_type\": \"rerum\"
+ \"expires_at\": \"omnis\",
+ \"voucher_set_type\": \"harum\"
}"
@@ -26562,19 +26562,19 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "is_test": false,
- "allocated_to_service_team_id": 9,
+ "is_test": true,
+ "allocated_to_service_team_id": 6,
"merchant_team_ids": [
- "voluptas"
+ "autem"
],
- "funded_by_team_id": 18,
- "voucher_template_id": 10,
- "total_set_value": 7,
+ "funded_by_team_id": 12,
+ "voucher_template_id": 5,
+ "total_set_value": 10,
"denominations": [
- "mollitia"
+ "voluptatem"
],
- "expires_at": "rerum",
- "voucher_set_type": "rerum"
+ "expires_at": "omnis",
+ "voucher_set_type": "harum"
};
fetch(url, {
@@ -26600,19 +26600,19 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'is_test' => false,
- 'allocated_to_service_team_id' => 9,
+ 'is_test' => true,
+ 'allocated_to_service_team_id' => 6,
'merchant_team_ids' => [
- 'voluptas',
+ 'autem',
],
- 'funded_by_team_id' => 18,
- 'voucher_template_id' => 10,
- 'total_set_value' => 7,
+ 'funded_by_team_id' => 12,
+ 'voucher_template_id' => 5,
+ 'total_set_value' => 10,
'denominations' => [
- 'mollitia',
+ 'voluptatem',
],
- 'expires_at' => 'rerum',
- 'voucher_set_type' => 'rerum',
+ 'expires_at' => 'omnis',
+ 'voucher_set_type' => 'harum',
],
]
);
@@ -26629,19 +26629,19 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-sets'
payload = {
- "is_test": false,
- "allocated_to_service_team_id": 9,
+ "is_test": true,
+ "allocated_to_service_team_id": 6,
"merchant_team_ids": [
- "voluptas"
+ "autem"
],
- "funded_by_team_id": 18,
- "voucher_template_id": 10,
- "total_set_value": 7,
+ "funded_by_team_id": 12,
+ "voucher_template_id": 5,
+ "total_set_value": 10,
"denominations": [
- "mollitia"
+ "voluptatem"
],
- "expires_at": "rerum",
- "voucher_set_type": "rerum"
+ "expires_at": "omnis",
+ "voucher_set_type": "harum"
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -28556,7 +28556,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- quia
+ numquam
@@ -28583,7 +28583,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- 1
+ 18
@@ -28629,8 +28629,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
--header "Accept: application/json" \
--header "X-Authorisation: JWT eyJ0eXAiOiJKV..." \
--data "{
- \"voucher_set_id\": \"quia\",
- \"merchant_team_id\": 1
+ \"voucher_set_id\": \"numquam\",
+ \"merchant_team_id\": 18
}"
@@ -28651,8 +28651,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
};
let body = {
- "voucher_set_id": "quia",
- "merchant_team_id": 1
+ "voucher_set_id": "numquam",
+ "merchant_team_id": 18
};
fetch(url, {
@@ -28678,8 +28678,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
'X-Authorisation' => 'JWT eyJ0eXAiOiJKV...',
],
'json' => [
- 'voucher_set_id' => 'quia',
- 'merchant_team_id' => 1,
+ 'voucher_set_id' => 'numquam',
+ 'merchant_team_id' => 18,
],
]
);
@@ -28696,8 +28696,8 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams'
payload = {
- "voucher_set_id": "quia",
- "merchant_team_id": 1
+ "voucher_set_id": "numquam",
+ "merchant_team_id": 18
}
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
@@ -29744,7 +29744,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
Example:
- distinctio
+ magnam
@@ -29785,7 +29785,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
curl --request DELETE \
- "https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams/distinctio" \
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams/magnam" \
--header "Authorization: Bearer {YOUR_API_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
@@ -29797,7 +29797,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
const url = new URL(
- "https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams/distinctio"
+ "https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams/magnam"
);
const headers = {
@@ -29818,7 +29818,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
$client = new \GuzzleHttp\Client();
-$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams/distinctio';
+$url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams/magnam';
$response = $client->delete(
$url,
[
@@ -29841,7 +29841,7 @@ class="sl-overflow-x-hidden sl-truncate sl-text-muted">https://vine.openfoodnetw
import requests
import json
-url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams/distinctio'
+url = 'https://vine.openfoodnetwork.org.au/api/v1/admin/voucher-set-merchant-teams/magnam'
headers = {
'Authorization': 'Bearer {YOUR_API_TOKEN}',
'Content-Type': 'application/json',