Skip to content
Snippets Groups Projects
Commit 4245ad3b authored by torrespel's avatar torrespel
Browse files

fix postman

parent 5c248210
No related branches found
No related tags found
1 merge request!13fix postman
doc/images/flows/02_Creation_of_user.png

46.7 KiB | W: | H:

doc/images/flows/02_Creation_of_user.png

57.9 KiB | W: | H:

doc/images/flows/02_Creation_of_user.png
doc/images/flows/02_Creation_of_user.png
doc/images/flows/02_Creation_of_user.png
doc/images/flows/02_Creation_of_user.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/flows/03_Register_of_AEF_GetAuth.png

44.8 KiB | W: | H:

doc/images/flows/03_Register_of_AEF_GetAuth.png

43.7 KiB | W: | H:

doc/images/flows/03_Register_of_AEF_GetAuth.png
doc/images/flows/03_Register_of_AEF_GetAuth.png
doc/images/flows/03_Register_of_AEF_GetAuth.png
doc/images/flows/03_Register_of_AEF_GetAuth.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/flows/04_AEF_API_Provider_registration.png

48.1 KiB | W: | H:

doc/images/flows/04_AEF_API_Provider_registration.png

49.9 KiB | W: | H:

doc/images/flows/04_AEF_API_Provider_registration.png
doc/images/flows/04_AEF_API_Provider_registration.png
doc/images/flows/04_AEF_API_Provider_registration.png
doc/images/flows/04_AEF_API_Provider_registration.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/flows/05_AEF_Publish.png

42.3 KiB | W: | H:

doc/images/flows/05_AEF_Publish.png

42.2 KiB | W: | H:

doc/images/flows/05_AEF_Publish.png
doc/images/flows/05_AEF_Publish.png
doc/images/flows/05_AEF_Publish.png
doc/images/flows/05_AEF_Publish.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/flows/06_Invoker_Register_GetAuth.png

49.5 KiB | W: | H:

doc/images/flows/06_Invoker_Register_GetAuth.png

43.7 KiB | W: | H:

doc/images/flows/06_Invoker_Register_GetAuth.png
doc/images/flows/06_Invoker_Register_GetAuth.png
doc/images/flows/06_Invoker_Register_GetAuth.png
doc/images/flows/06_Invoker_Register_GetAuth.png
  • 2-up
  • Swipe
  • Onion skin
{
"info": {
"_postman_id": "03e5f144-6a4f-4899-a917-14787d59fbef",
"_postman_id": "b512e528-4b13-4be2-aed2-a61a8381360e",
"name": "CAPIF",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "31608242",
"_collection_link": "https://red-comet-993867.postman.co/workspace/Team-Workspace~bfc7c442-a60c-4bb1-8730-fdabc2df89b9/collection/31608242-03e5f144-6a4f-4899-a917-14787d59fbef?action=share&source=collection_link&creator=31608242"
"_collection_link": "https://red-comet-993867.postman.co/workspace/Team-Workspace~bfc7c442-a60c-4bb1-8730-fdabc2df89b9/collection/31608242-b512e528-4b13-4be2-aed2-a61a8381360e?action=share&source=collection_link&creator=31608242"
},
"item": [
{
......@@ -88,7 +88,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"username\": \"{{USER_NAME}}\",\n \"password\": \"{{USER_PASSWORD}}\",\n \"description\": \"PepeDescription\",\n \"email\": \"pepe@gmail.com\"\n}",
"raw": "{\n \"username\": \"{{USER_NAME}}\",\n \"password\": \"{{USER_PASSWORD}}\",\n \"enterprise\": \"ETSI\",\n \"country\": \"Spain\",\n \"email\": \"example@gmail.com\",\n \"purpose\": \"Use OpenCAPIF\",\n \"phone_number\": \"+123456789\",\n \"company_web\": \"www.etsi.com\",\n \"description\": \"UserDescription\"\n}",
"options": {
"raw": {
"language": "json"
......@@ -211,7 +211,8 @@
"",
""
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
},
{
......@@ -244,10 +245,14 @@
"",
"pm.request.body.raw = res;"
],
"type": "text/javascript"
"type": "text/javascript",
"packages": {}
}
}
],
"protocolProfileBehavior": {
"strictSSL": true
},
"request": {
"auth": {
"type": "bearer",
......@@ -264,6 +269,7 @@
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
......@@ -339,6 +345,7 @@
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
......@@ -421,6 +428,9 @@
}
}
],
"protocolProfileBehavior": {
"strictSSL": true
},
"request": {
"auth": {
"type": "bearer",
......@@ -437,6 +447,7 @@
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
......@@ -524,6 +535,7 @@
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
......@@ -599,6 +611,7 @@
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
......@@ -681,6 +694,7 @@
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
......@@ -769,12 +783,13 @@
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
"body": {
"mode": "raw",
"raw": "{\n\"name\": \"{{USER_NAME}}\"\n}",
"raw": "{\n\"name\": {{USER_NAME}}\n}",
"options": {
"raw": {
"language": "json"
......
{
"id": "6c75108a-36b0-43b2-98b7-297b0b827a54",
"id": "872bffef-37ef-4a25-afa8-6a61de256f4b",
"name": "CAPIF",
"values": [
{
......@@ -76,13 +76,13 @@
},
{
"key": "USER_NAME",
"value": "Bob",
"value": "custom_user",
"type": "default",
"enabled": true
},
{
"key": "USER_PASSWORD",
"value": "1234",
"value": "user_pass",
"type": "default",
"enabled": true
},
......@@ -262,6 +262,6 @@
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2024-04-22T06:53:35.508Z",
"_postman_exported_using": "Postman/10.24.19"
"_postman_exported_at": "2024-06-26T11:17:13.183Z",
"_postman_exported_using": "Postman/11.2.13"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment