This repository was archived by the owner on Feb 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
src/lib/api_app/src/api/routes/testbed/productizers/non_listed_company Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use app::{
1212 examples( ( "Success" = (
1313 summary = "JSON example" ,
1414 value = json!( "Loading..." ) ,
15- external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/NonListedCompany/BeneficialOwners.json"
15+ external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/LegalEntity/ NonListedCompany/BeneficialOwners.json"
1616 ) ) )
1717 ) ,
1818 responses( (
@@ -22,7 +22,7 @@ use app::{
2222 examples( ( "Success" = (
2323 summary = "JSON example" ,
2424 value = json!( "Loading..." ) ,
25- external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/NonListedCompany/BeneficialOwners.json"
25+ external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/LegalEntity/ NonListedCompany/BeneficialOwners.json"
2626 ) ) )
2727 ) ) ,
2828 security( ( "BearerAuth" = [ ] ) )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use app::{
1212 examples( ( "Success" = (
1313 summary = "JSON example" ,
1414 value = json!( "Loading..." ) ,
15- external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/NonListedCompany/Establishment/Write.json"
15+ external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/LegalEntity/ NonListedCompany/Establishment/Write.json"
1616 ) ) )
1717 ) ,
1818 responses( (
@@ -22,7 +22,7 @@ use app::{
2222 examples( ( "Success" = (
2323 summary = "JSON example" ,
2424 value = json!( "Loading..." ) ,
25- external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/NonListedCompany/Establishment/Write.json"
25+ external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/LegalEntity/ NonListedCompany/Establishment/Write.json"
2626 ) ) )
2727 ) ) ,
2828 security( ( "BearerAuth" = [ ] ) )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use app::{
1212 examples( ( "Success" = (
1313 summary = "JSON example" ,
1414 value = json!( "Loading..." ) ,
15- external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/NonListedCompany/SignatoryRights.json"
15+ external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/LegalEntity/ NonListedCompany/SignatoryRights.json"
1616 ) ) )
1717 ) ,
1818 responses( (
@@ -22,7 +22,7 @@ use app::{
2222 examples( ( "Success" = (
2323 summary = "JSON example" ,
2424 value = json!( "Loading..." ) ,
25- external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/NonListedCompany/SignatoryRights.json"
25+ external_value = "https://raw.githubusercontent.com/Virtual-Finland/definitions/main/DataProducts/draft/NSG/Agent/LegalEntity/ NonListedCompany/SignatoryRights.json"
2626 ) ) )
2727 ) ) ,
2828 security( ( "BearerAuth" = [ ] ) )
You can’t perform that action at this time.
0 commit comments