Skip to content

Add missing entity id argument to create_entity_list_item#323

Merged
iLLiCiTiT merged 2 commits intodevelopfrom
bugfix/fix_create_entity_list_item
Apr 16, 2026
Merged

Add missing entity id argument to create_entity_list_item#323
iLLiCiTiT merged 2 commits intodevelopfrom
bugfix/fix_create_entity_list_item

Conversation

@rdelillo
Copy link
Copy Markdown
Contributor

@rdelillo rdelillo commented Apr 15, 2026

Changelog Description

Add missing entity id argument to create_entity_list_item function.

Issue

I cannot have create_entity_list_item working. Somehow it feels like it misses some slot for the entityId can be provided.

WARNING:RestApiResponse:HTTP request error: 404 Client Error: Not Found for url: http://192.168.0.118:5000/api/projects/Dummy/lists/4d55701c36e311f180d18ae1d06b982f/items
2026-04-15 13:44:37:  0: STDOUT: {
2026-04-15 13:44:37:  0: STDOUT:     "code": 404,
2026-04-15 13:44:37:  0: STDOUT:     "detail": "Version 4d55701c36e311f180d18ae1d06b982f not found"
2026-04-15 13:44:37:  0: STDOUT: }

Testing notes:

  1. Call create_entity_list_item providing a entityId
  2. Ensure a new item with the entity get created in your list

Comment thread ayon_api/_api_helpers/lists.py Outdated
@rdelillo rdelillo changed the title Fix create_entity_list_item missing entityId. Fix create_entity_list_item missing entityId splot. Apr 15, 2026
@rdelillo rdelillo self-assigned this Apr 15, 2026
@rdelillo rdelillo added the type: bug Something isn't working label Apr 15, 2026
@rdelillo rdelillo requested review from BigRoy and iLLiCiTiT April 15, 2026 18:37
@rdelillo rdelillo changed the title Fix create_entity_list_item missing entityId splot. Fix create_entity_list_item missing an entityId input parameter. Apr 15, 2026
@rdelillo rdelillo changed the title Fix create_entity_list_item missing an entityId input parameter. Fix create_entity_list_item missing an entityId input parameter. Apr 15, 2026
Comment thread ayon_api/_api_helpers/lists.py
Comment thread ayon_api/_api_helpers/lists.py Outdated
Comment thread ayon_api/_api_helpers/lists.py Outdated
@iLLiCiTiT iLLiCiTiT changed the title Fix create_entity_list_item missing an entityId input parameter. Add missing entity id argument to create_entity_list_item Apr 16, 2026
@iLLiCiTiT iLLiCiTiT merged commit 929befc into develop Apr 16, 2026
3 checks passed
@iLLiCiTiT iLLiCiTiT deleted the bugfix/fix_create_entity_list_item branch April 16, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants