Skip to content

Commit e1c2f56

Browse files
Minor fixes (#21)
1 parent 51e81a5 commit e1c2f56

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ to add custom metadata that Moesif can associate with the request. The metadata
299299

300300
For example, you may want to save a virtual machine instance ID, a trace ID, or a tenant ID with the request.
301301

302-
303302
```python
304303
def get_metadata(event, context):
305304
# your code here:
@@ -639,10 +638,6 @@ See the [example AWS Lambda function](https://github.com/Moesif/moesif-aws-lambd
639638
The following examples demonstrate how to add and update customer information.
640639

641640
### Update A Single User
642-
Create or update a user profile in Moesif.
643-
The metadata field can be any customer demographic or other info you want to store.
644-
Only the `user_id` field is required.
645-
646641
To create or update a [user](https://www.moesif.com/docs/getting-started/users/) profile in Moesif, use the `update_user()` function.
647642

648643
```python
@@ -781,10 +776,6 @@ The `metadata` field can contain any company demographic or other information yo
781776
### Update Companies in Batch
782777
To update a list of [companies](https://www.moesif.com/docs/getting-started/companies/) in one batch, use the `update_companies_batch()` function.
783778

784-
Similar to update_company, but used to update a list of companies in one batch.
785-
Only the `company_id` field is required.
786-
787-
788779
```python
789780
from moesif_aws_lambda.middleware import *
790781

0 commit comments

Comments
 (0)