We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c6f36 commit 9f11073Copy full SHA for 9f11073
3 files changed
openapi/openapiv2.json
@@ -10048,9 +10048,6 @@
10048
"v1Action": {
10049
"type": "object",
10050
"properties": {
10051
- "id": {
10052
- "type": "string"
10053
- },
10054
"actionCount": {
10055
"type": "integer",
10056
"format": "int32"
openapi/openapiv3.yaml
@@ -7240,8 +7240,6 @@ components:
7240
Action:
7241
type: object
7242
properties:
7243
- id:
7244
- type: string
7245
actionCount:
7246
type: integer
7247
format: int32
temporal/api/server/v1/message.proto
@@ -15,6 +15,5 @@ message ActionsMetering {
15
}
16
17
message Action {
18
- string id = 1;
19
- int32 action_count = 2;
+ int32 action_count = 1;
20
0 commit comments