Merge pull request #1620 from dapr/aacrawfi/http

Remove http formatting for readability
This commit is contained in:
Ori Zohar 2021-07-08 10:25:51 -07:00 committed by GitHub
commit 457891fb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ Deletes a timer for an actor.
#### HTTP Request
```http
```
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
```
PUT http://localhost:<daprPort>/v1.0/metadata/attributeName
```