mirror of https://github.com/dapr/docs.git
Remove http formatting for readability
This commit is contained in:
parent
380fb8911b
commit
c10612fa15
|
@ -381,7 +381,7 @@ Deletes a timer for an actor.
|
||||||
|
|
||||||
#### HTTP Request
|
#### HTTP Request
|
||||||
|
|
||||||
```http
|
```
|
||||||
DELETE http://localhost:<daprPort>/v1.0/actors/<actorType>/<actorId>/timers/<name>
|
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 Request
|
||||||
|
|
||||||
```http
|
```
|
||||||
PUT http://localhost:<daprPort>/v1.0/metadata/attributeName
|
PUT http://localhost:<daprPort>/v1.0/metadata/attributeName
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue