mirror of https://github.com/dapr/docs.git
remove apiLevel for now
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
8419c5271b
commit
5d039e7e69
|
@ -87,8 +87,7 @@ updatedAt | timestamp | Timestamp of the actor registered/updated.
|
||||||
"updatedAt": 1690274322325260000
|
"updatedAt": 1690274322325260000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tableVersion": 1,
|
"tableVersion": 1
|
||||||
"apiLevel": 20
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,6 @@ updatedAt | timestamp | Timestamp of the actor registered/updated.
|
||||||
"updatedAt": 1690274322325260000
|
"updatedAt": 1690274322325260000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tableVersion": 1,
|
"tableVersion": 1
|
||||||
"apiLevel": 20
|
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue