Remove http formatting for readability

This commit is contained in:
Aaron Crawfis 2021-07-06 15:07:26 -07:00
parent 380fb8911b
commit c10612fa15
2 changed files with 2 additions and 2 deletions

View File

@ -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>
``` ```

View File

@ -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
``` ```