File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1133,9 +1133,9 @@ def get_elastic_configurations(self):
1133
1133
resource = "elasticConfiguration"
1134
1134
return self .get (self .resource_url (resource ))
1135
1135
1136
- def create_elastic_configurations (self , json ):
1136
+ def create_elastic_configuration (self , json ):
1137
1137
"""
1138
- Create an elastic configurations
1138
+ Create an elastic configuration
1139
1139
:param json:
1140
1140
:return:
1141
1141
"""
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ Elastic Bamboo
265
265
get_elastic_configurations
266
266
267
267
# Create elastic bamboo configuration
268
- create_elastic_configurations ({" name" : " value" })
268
+ create_elastic_configuration ({" name" : " value" })
269
269
270
270
# Get elastic bamboo configuration
271
271
get_elastic_configuration(' 123456' )
You can’t perform that action at this time.
0 commit comments