Skip to content

feat: register pipeline C endpoints in the master openapi contract#623

Open
chetanr25 wants to merge 1 commit into
fireform-core:development-approach-cfrom
chetanr25:openapi_master_contract
Open

feat: register pipeline C endpoints in the master openapi contract#623
chetanr25 wants to merge 1 commit into
fireform-core:development-approach-cfrom
chetanr25:openapi_master_contract

Conversation

@chetanr25

Copy link
Copy Markdown
Collaborator

Register Pipeline C endpoints in the master contract

Individual path files for Pipeline C (discussion #609) are in #618, #620, #622. This PR wires them into the root contracts/openapi.yaml.

Added

  • GET /api/v1/extract/{extract_id}/readiness
  • POST /api/v1/forms/generate (batch generation, one or many templates)
  • GET /api/v1/forms/batch/{batch_id}/download
  • GET /api/v1/templates/{template_id}/pdf
  • GET /api/v1/templates/pdf/{upload_id}
  • GET /api/v1/schema/fields

Removed

  • POST /api/v1/forms/generate/all
  • POST /api/v1/forms/generate/{form_type}

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.

1 participant