Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add attribute multipart_form to runscope_step #15

Open
alxrem opened this issue Apr 18, 2021 · 0 comments
Open

Add attribute multipart_form to runscope_step #15

alxrem opened this issue Apr 18, 2021 · 0 comments
Labels
feature New feature or request

Comments

@alxrem
Copy link

alxrem commented Apr 18, 2021

{
  "meta": {
    "status": "success"
  },
  "data": {
    "id": "25245784-7c21-4497-81d1-c3d5e60bf6ae",
    "step_type": "request",
    "skipped": false,
    "note": "",
    "method": "POST",
    "body": "",
    "form": {},
    "multipart_form": [
      {
        "name": "a",
        "value": "1",
        "is_hash": false,
        "hash": "",
        "filename": "",
        "content_type": "application/octet-stream"
      },
      {
        "name": "log",
        "value": "",
        "is_hash": true,
        "hash": "ed86e19c-e9b2-449f-a51a-f940e2a5dfe1",
        "filename": "log.rtf",
        "content_type": "application/octet-stream"
      },
      {
        "name": "a",
        "value": "2",
        "is_hash": false,
        "hash": "",
        "filename": "",
        "content_type": ""
      }
    ],
    "headers": {
      "Content-Type": [
        "multipart/form-data"
      ]
    },
    "url": "https://yourapihere.com/example/path",
    "auth": {},
    "assertions": [],
    "variables": [],
    "scripts": [],
    "before_scripts": []
  },
  "error": null
}
@alxrem alxrem added the feature New feature or request label Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant