mirror of https://github.com/dapr/docs.git
[secrets and actors api reference docs] error code fixes (#2356)
* error code fixes Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * reverting changes to secrets api Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
2b77eb52db
commit
af0e66ac94
|
@ -512,8 +512,8 @@ DELETE http://localhost:<appPort>/actors/<actorType>/<actorId>
|
|||
Code | Description
|
||||
---- | -----------
|
||||
200 | Request successful
|
||||
400 | Actor not found
|
||||
500 | Request failed
|
||||
404 | Actor not found
|
||||
|
||||
#### URL Parameters
|
||||
|
||||
|
|
Loading…
Reference in New Issue