Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 442 Bytes

transform.md

File metadata and controls

25 lines (15 loc) · 442 Bytes
title summary
Transform
API endpoints for Transform.

Transform

API endpoints for Transform.

GET /api/transform/:db-id/:schema/:transform-name

Look up a database schema transform.

PARAMS:

  • db-id value must be an integer greater than zero.

  • schema value must be a non-blank string.

  • transform-name value must be a non-blank string.


<< Back to API index