@@ -1075,7 +1075,7 @@ def search_source_by_url(self, url, **kwargs):
1075
1075
1076
1076
@objectify (Company )
1077
1077
def add_company (self , name , headquarters , ** kwargs ):
1078
- """add_company(name, headquarters, *, oar_id , open_corporates)
1078
+ """add_company(name, headquarters, *, os_id , open_corporates)
1079
1079
1080
1080
Creates and Returns a company given the company name and headquarters
1081
1081
@@ -1087,8 +1087,8 @@ def add_company(self, name, headquarters, **kwargs):
1087
1087
name of the region the headquarters of the company is located
1088
1088
wikipedia
1089
1089
company's wikipedia page url
1090
- oar_id
1091
- company's identifier on https://openapparel .org
1090
+ os_id
1091
+ company's identifier on https://opensupplyhub .org
1092
1092
open_corporates
1093
1093
company's identifier on https://opencorporates.com/
1094
1094
@@ -1102,7 +1102,7 @@ def add_company(self, name, headquarters, **kwargs):
1102
1102
raise WikiRate4PyException (
1103
1103
'A WikiRate company is defined by a name and headquarters, please be sure you '
1104
1104
'have defined both while trying to create a new company' )
1105
- optional_params = ('oar_id ' , 'wikipedia' , 'open_corporates' , 'website' )
1105
+ optional_params = ('os_id ' , 'wikipedia' , 'open_corporates' , 'website' )
1106
1106
params = {
1107
1107
"card[type]" : "Company" ,
1108
1108
"card[name]" : name ,
0 commit comments