Skip to content

Commit 30804eb

Browse files
specify hosting provider
1 parent 8759fbe commit 30804eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openapi/openapiv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15277,7 +15277,7 @@
1527715277
},
1527815278
"provider": {
1527915279
"type": "string",
15280-
"title": "Name of a known provider"
15280+
"title": "Name of a known hosting provider"
1528115281
}
1528215282
},
1528315283
"description": "Information about the language runtime executing the worker."

openapi/openapiv3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12803,7 +12803,7 @@ components:
1280312803
description: Runtime version
1280412804
provider:
1280512805
type: string
12806-
description: Name of a known provider
12806+
description: Name of a known hosting provider
1280712807
description: Information about the language runtime executing the worker.
1280812808
Schedule:
1280912809
type: object

temporal/api/worker/v1/message.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ message RuntimeInfo {
206206
string name = 1;
207207
// Runtime version
208208
string version = 2;
209-
// Name of a known provider
209+
// Name of a known hosting provider
210210
string provider = 3;
211211
}

0 commit comments

Comments
 (0)