Method: PlatformAPI::Pipeline#create

Defined in:
lib/platform-api/client.rb

#create(body) ⇒ Object

Create a new pipeline.

Parameters:

  • body:

    the object to pass as the request payload



1910
1911
1912
# File 'lib/platform-api/client.rb', line 1910

def create(body)
  @client.pipeline.create(body)
end