update actor api ref (#775)

Co-authored-by: LM <lemai>
This commit is contained in:
Leon Mai 2020-09-08 13:48:14 -07:00 committed by GitHub
parent ec313fa177
commit e11caca82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -97,8 +97,10 @@ POST/PUT http://localhost:<daprPort>/v1.0/actors/<actorType>/<actorId>/state
Code | Description
---- | -----------
201 | Request successful
400 | Actor not found
500 | Request failed
404 | Actor not found
#### URL Parameters
@ -146,8 +148,9 @@ Code | Description
---- | -----------
200 | Request successful
204 | Key not found, and the response will be empty
400 | Actor not found
500 | Request failed
404 | Actor not found
#### URL Parameters