Only approved libraries may be published to production.
To publish a Library to production, ensure a production environment has been added to the Library, then create a Build.
GET /libraries/:id
curl https://reactor.adobe.io/libraries/:library_id/builds \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": {
"id": "LB756966edc21c494d9167d99756d4d383",
"type": "libraries",
"attributes": {
"created_at": "2023-04-21T23:02:16.754Z",
"name": "My Library",
"published_at": "2023-04-21T23:02:28.971Z",
"state": "published",
"updated_at": "2023-04-21T23:02:28.980Z",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru",
"build_required": false
},
"relationships": {
"builds": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/builds"
}
},
"environment": {
"links": {
"self": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/relationships/environment"
},
"data": null
},
"data_elements": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/data_elements",
"self": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/relationships/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/extensions",
"self": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/relationships/extensions"
}
},
"notes": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/notes"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/rules",
"self": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/relationships/rules"
}
},
"upstream_library": {
"data": null
},
"property": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/property"
},
"data": {
"id": "PR018fdc5b916549b495e14837de2ae43e",
"type": "properties"
}
},
"last_build": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383/last_build"
},
"data": {
"id": "BLa9426411c8cf46779183b01bed24c78c",
"type": "builds"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PR018fdc5b916549b495e14837de2ae43e",
"self": "https://reactor.adobe.io/libraries/LB756966edc21c494d9167d99756d4d383"
},
"meta": {
"build_status": null,
"currently_live": true
}
}
}