update doc for actor get when key not found (#770)

Co-authored-by: LM <lemai>
This commit is contained in:
Leon Mai 2020-09-02 09:56:05 -07:00 committed by GitHub
parent d581ff811b
commit ec313fa177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ GET http://localhost:<daprPort>/v1.0/actors/<actorType>/<actorId>/state/<key>
Code | Description
---- | -----------
200 | Request successful
204 | Key not found, and the response will be empty
500 | Request failed
404 | Actor not found