{ "operationId": "post-inline-scripts", "method": "POST", "path": "/sites/{site_id}/registered_scripts/inline", "summary": "Webflow Register Script - Inline", "requestExamples": [], "responseExamples": [ { "status": "201", "contentType": "application/json", "name": "CustomCodeInlineResponse", "example": { "id": "alert", "displayName": "Alert", "hostedLocation": "https://uploads-ssl.webflow.com/6258612d1ee792848f805dcf%2F64b6c769ff52ba6c3d904a91%2F660d6e15b3d1696f2d2b1447%2Falert-0.0.1.js", "integrityHash": null, "canCopy": false, "version": "0.0.1", "createdOn": "2022-10-26T00:28:54.191Z" } }, { "status": "400", "contentType": "application/json", "example": { "code": "bad_request", "message": "Bad Request: Request is malformed", "externalReference": null, "details": [] } }, { "status": "401", "contentType": "application/json", "example": { "code": "not_authorized", "message": "Request not authorized", "externalReference": null, "details": [] } }, { "status": "404", "contentType": "application/json", "example": { "code": "resource_not_found", "message": "Requested resource not found: The site cannot be found", "externalReference": null, "details": [] } }, { "status": "429", "contentType": "application/json", "example": { "code": "too_many_requests", "message": "Too many requests", "externalReference": null, "details": [] } }, { "status": "500", "contentType": "application/json", "example": { "code": "internal_error", "message": "An Internal Error occurred", "externalReference": null, "details": [] } } ] }