Skip to content

Commit

Permalink
Update doc/manuals/devel/cookbook.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Dec 14, 2023
1 parent 3c333af commit 970c96c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/manuals/devel/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ typedef struct RestService
} RestService;
```


So, to add a REST service eg. `PUT /v2/entities/{EntitId}/attrs/{AttributeName}/metadata/{MetadataName}`, the new item if the RestService vector `putServiceV` would look like this:

```
Expand Down

0 comments on commit 970c96c

Please sign in to comment.