mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
updated README with SetProfileAttrs call
This commit is contained in:
parent
a0d8ccfbad
commit
601f1a2df4
1 changed files with 7 additions and 0 deletions
|
|
@ -130,6 +130,13 @@ SetBitmapAttrs(id=10, frame="foo", category=123, color="blue", happy=true)
|
|||
```
|
||||
Returns `{"results":[null]}`
|
||||
|
||||
---
|
||||
### SetProfileAttrs()
|
||||
---
|
||||
SetProfileAttrs(id=10, category=123, color="blue", happy=true)
|
||||
```
|
||||
Returns `{"results":[null]}`
|
||||
|
||||
---
|
||||
#### Bitmap()
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue