Skip to content

Commit

Permalink
Remove http formatting for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis authored and greenie-msft committed Jul 13, 2021
1 parent 8614587 commit b4ce900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/api/actors_api.md
Expand Up @@ -381,7 +381,7 @@ Deletes a timer for an actor.

#### HTTP Request

```http
```
DELETE http://localhost:<daprPort>/v1.0/actors/<actorType>/<actorId>/timers/<name>
```

Expand Down
2 changes: 1 addition & 1 deletion daprdocs/content/en/reference/api/metadata_api.md
Expand Up @@ -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
```

Expand Down

0 comments on commit b4ce900

Please sign in to comment.