Providers/Update a provider configuration
PUT {{portal-host-port}}/portal-api/providers/2
Request Body
{"Configuration"=>{"MetaData"=>"{\"URL\":\"http://localhost:3002\",\"Secret\":\"04d31017802f482f76414a372db30fc2\",\"OrgID\":\"5e9d9544a1dcd60001d0ed20\",\"Gateway\":\"\",\"PoliciesTags\":[],\"InsecureSkipVerify\":false}"}, "Name"=>"Tyk Dashboard 2"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string | ||
`` | null |
RESPONSES
status: OK
{"Configuration":{"ID":3,"MetaData":"{\"URL\":\"http://localhost:3002\",\"Secret\":\"04d31017802f482f76414a372db30fc2\",\"OrgID\":\"5e9d9544a1dcd60001d0ed20\",\"Gateway\":\"\",\"PoliciesTags\":[],\"InsecureSkipVerify\":false}"},"CreatedAt":"2023-08-03 10:54","ID":2,"LastSynced":"Not synced yet","Name":"Tyk Dashboard 2","Status":"Unknown","Type":"tyk-pro","UpdatedAt":"2023-08-03 10:57"}