mirror of https://github.com/dapr/docs.git
Merge pull request #1620 from dapr/aacrawfi/http
Remove http formatting for readability
This commit is contained in:
commit
457891fb0f
|
@ -381,7 +381,7 @@ Deletes a timer for an actor.
|
|||
|
||||
#### HTTP Request
|
||||
|
||||
```http
|
||||
```
|
||||
DELETE http://localhost:<daprPort>/v1.0/actors/<actorType>/<actorId>/timers/<name>
|
||||
```
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ Adds a custom attribute to the Dapr sidecar information stored by the Metadata E
|
|||
|
||||
### HTTP Request
|
||||
|
||||
```http
|
||||
```
|
||||
PUT http://localhost:<daprPort>/v1.0/metadata/attributeName
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue