Operations

Inject an operation into Jstz

post/operations

Request body

Example request

{
  "inner": {
    "content": {
      "function_code": "export default (request) => new Response('Hello world!')"
    },
    "source": "tz1cD5CuvAALcxgypqBXcBQEA8dkLJivoFjU"
  },
  "public_key": "edpkukK9ecWxib28zi52nvbXTdsYt8rYcvmt5bdH8KjipWXm8sH3Qi",
  "signature": "edsigtpe2oRBMFdrrwf99ETNjmBaRzNDexDjhancfQdz5phrwyPPhRi9L7kzJD4cAW1fFcsyTJcTDPP8W4H168QPQdGPKe7jrZB"
}

Response

Operation successfully injectedd

Changes