2019-03-20 22:29:29 +08:00

2.1 KiB

Org.OpenAPITools.Api.FakeApi

All URIs are relative to *http://petstore.swagger.io / ' " =end - - \r\n \n \r/v2 */ ' " =end - - \r\n \n \r

Method HTTP request Description
TestCodeInjectEndRnNR PUT /fake To test code injection *_/ ' " =end - - \r\n \n \r

TestCodeInjectEndRnNR

void TestCodeInjectEndRnNR (string testCodeInjectEndRnNR = null)

To test code injection *_/ ' " =end - - \r\n \n \r

To test code injection *_/ ' " =end - - \r\n \n \r

Example

using System;
using System.Diagnostics;
using Org.OpenAPITools.Api;
using Org.OpenAPITools.Client;
using Org.OpenAPITools.Model;

namespace Example
{
    public class TestCodeInjectEndRnNRExample
    {
        public void main()
        {
            var apiInstance = new FakeApi();
            var testCodeInjectEndRnNR = testCodeInjectEndRnNR_example;  // string | To test code injection *_/ ' \\\" =end - - \\\\r\\\\n \\\\n \\\\r (optional) 

            try
            {
                // To test code injection *_/ ' \" =end - - \\r\\n \\n \\r
                apiInstance.TestCodeInjectEndRnNR(testCodeInjectEndRnNR);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FakeApi.TestCodeInjectEndRnNR: " + e.Message );
            }
        }
    }
}

Parameters

Name Type Description Notes
testCodeInjectEndRnNR string To test code injection *_/ ' \" =end - - \\r\\n \\n \\r [optional]

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/x-www-form-urlencoded, *_/ ' =end - -
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]