Skip to content

Conversation

@sjwmoveon
Copy link

No description provided.

return self.api.post_request(f"tags/{tag_id}/taggings", data=json.dumps(payload))
url = f"tags/{tag_id}/taggings"
if background_processing:
url = f"{url}?background_processing={background_processing}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the value passed to the param case insensitive?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like we have methods that behave both ways, some that pass "background_processing=true" and some that pass "background_processing={background_processing}". Since update_person and upsert_person use "background_processing=true" I've updated the code here to do the same.

@codygordon
Copy link

I'm curious, is there a way to link a call with the result of the background process?

@sjwmoveon
Copy link
Author

I'm curious, is there a way to link a call with the result of the background process?

No, there is no way to see the result.

@sjwmoveon sjwmoveon merged commit 347f931 into moveon Mar 18, 2025
1 check failed
@sjwmoveon sjwmoveon deleted the taggingbackground branch March 18, 2025 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants