Skip to content

support PATCH /jobs/{job_id} (modify a batch job) #56

@soxofaan

Description

@soxofaan

came up in #55 : VITO backend does not support PATCH /jobs/{job_id}:

@openeo_bp.route('/jobs/<job_id>', methods=['PATCH'])
@auth_handler.requires_bearer_auth
def modify_job(job_id, user: User):
# TODO
raise FeatureUnsupportedException()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions